Html Css Color HEX #CE85ED Heliotrope

📋 copy color: '#CE85ED'

red 206 ◦ green 133 ◦ blue 237

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

Shades of Heliotrope #CE85ED

Tints of Heliotrope #CE85ED

RGB

 RED value IS 206 (80.86% from 255) = 35.76%

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

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

R = 35.76%
G = 23.09%
B = 41.15%

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

#CE85ED (or 0xCE85ED) is known color: Heliotrope. HEX triplet: CE, 85 and ED. RGB value is (206,133,237). Sum of RGB (Red+Green+Blue) = 206+133+237=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85ED is #317A12. Grayscale: #A6A6A6. Windows color (decimal): -3242515 or 15566286. OLE color: 15566286.

HSL color Cylindrical-coordinate representation of color #CE85ED: hue angle of 282.12º 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 #CE85ED is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 133 237 -
CMYK 0.13 0.44 0 0.07
HSL 282.12º 0.74% 0.73% -
HSV(B) 282.12º 0.44% 0.93% -
XYZ 49.13 36.01 84.48 -
YUV 166.68 167.68 156.04 -
System Red Green Blue C M Y K H S L
Decimal 206 133 237 0.13 0.44 0 0.07 282.12 0.74 0.73
Hex CE 85 ED D 2C 0 7 11A 4A 49
Octal 316 205 355 15 54 0 7 432 112 111
Binary 11001110 10000101 11101101 1101 101100 0 111 100011010 1001010 1001001

Color Harmonies of #CE85ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85ED

Black with #CE85ED

Text Example


Text Example

White with #CE85ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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