#C258DE

Color #C258DE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C258DE

Tints of Medium Orchid #C258DE

Color information

#C258DE (or 0xC258DE) is unknown color: approx Medium Orchid. HEX triplet: C2, 58 and DE. RGB value is (194,88,222). Sum of RGB (Red+Green+Blue) = 194+88+222=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #C258DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C258DE is #3DA721. Grayscale: #868686. Windows color (decimal): -4040482 or 14571714. OLE color: 14571714.

HSL color Cylindrical-coordinate representation of color #C258DE: hue angle of 287.46º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C258DE is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19488222-
CMYK0.130.6000.13
HSL287.46º67%60.78%-
HSV(B)287.46º60.36%87.06%-
XYZ38.9223.7271.63-
YUV134.97177.12170.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 88 (34.77% from 255) = 17.46%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=38.49%
G=17.46%
B=44.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194882220.130.6000.13287.466760.78
HexC258DED3C0D11f433d
Octal302130336157401543710375
Binary110000101011000110111101101111100011011000111111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C258DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C258DE; }

 p { color: rgb(194,88,222); }

 H1.HeaderClassName
 {
   color: #C258DE;
 }
 .AnyTagClassName
 {
   color: #C258DE;
 }
</style>
background-color css

<style>
 a { background-color: #C258DE; }

 a { background-color: rgb(194,88,222); }

 div.DivClassName
 {
   background-color: #C258DE;
 }
 .BgClassName
 {
   background-color: #C258DE;
 }
</style>
border-color css

<style>
 span { border-color: #C258DE; }

 span { border-color: rgb(194,88,222); }

 td.TdClassName
 {
   border-color: #C258DE;
 }
 .TagClassName
 {
   border-color: #C258DE;
 }
</style>