Html Css Color HEX #CF85ED Heliotrope

📋 copy color: '#CF85ED'

red 207 ◦ green 133 ◦ blue 237

#CF85ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CF85ED

Tints of Heliotrope #CF85ED

RGB

 RED value IS 207 (81.25% from 255) = 35.88%

 GREEN value IS 133 (52.34% from 255) = 23.05%

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 35.88%
G = 23.05%
B = 41.07%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF85ED (or 0xCF85ED) is known color: Heliotrope. HEX triplet: CF, 85 and ED. RGB value is (207,133,237). Sum of RGB (Red+Green+Blue) = 207+133+237=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF85ED is #307A12. Grayscale: #A6A6A6. Windows color (decimal): -3176979 or 15566287. OLE color: 15566287.

HSL color Cylindrical-coordinate representation of color #CF85ED: hue angle of 282.69º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF85ED is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 133 237 -
CMYK 0.13 0.44 0 0.07
HSL 282.69º 0.74% 0.73% -
HSV(B) 282.69º 0.44% 0.93% -
XYZ 49.41 36.15 84.5 -
YUV 166.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 207 133 237 0.13 0.44 0 0.07 282.69 0.74 0.73
Hex CF 85 ED D 2C 0 7 11B 4A 49
Octal 317 205 355 15 54 0 7 433 112 111
Binary 11001111 10000101 11101101 1101 101100 0 111 100011011 1001010 1001001

Color Harmonies of #CF85ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF85ED

Black with #CF85ED

Text Example


Text Example

White with #CF85ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF85ED; }

 p { color: rgb(207,133,237); }

 H1.HeaderClassName
 {
   color: #CF85ED;
 }
 .AnyTagClassName
 {
   color: #CF85ED;
 }
</style>

background-color css

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

 a { background-color: rgb(207,133,237); }

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

border-color css

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

 span { border-color: rgb(207,133,237); }

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