Html Css Color HEX #CC85EF Heliotrope

📋 copy color: '#CC85EF'

red 204 ◦ green 133 ◦ blue 239

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

Shades of Heliotrope #CC85EF

Tints of Heliotrope #CC85EF

RGB

 RED value IS 204 (80.08% from 255) = 35.42%

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

 BLUE value IS 239 (93.75% from 255) = 41.49%

R = 35.42%
G = 23.09%
B = 41.49%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC85EF (or 0xCC85EF) is known color: Heliotrope. HEX triplet: CC, 85 and EF. RGB value is (204,133,239). Sum of RGB (Red+Green+Blue) = 204+133+239=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC85EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85EF is #337A10. Grayscale: #A5A5A5. Windows color (decimal): -3373585 or 15697356. OLE color: 15697356.

HSL color Cylindrical-coordinate representation of color #CC85EF: hue angle of 280.19º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC85EF is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 133 239 -
CMYK 0.15 0.44 0 0.06
HSL 280.19º 0.77% 0.73% -
HSV(B) 280.19º 0.44% 0.94% -
XYZ 48.87 35.84 86 -
YUV 166.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 204 133 239 0.15 0.44 0 0.06 280.19 0.77 0.73
Hex CC 85 EF F 2C 0 6 118 4D 49
Octal 314 205 357 17 54 0 6 430 115 111
Binary 11001100 10000101 11101111 1111 101100 0 110 100011000 1001101 1001001

Color Harmonies of #CC85EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85EF

Black with #CC85EF

Text Example


Text Example

White with #CC85EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85EF; }

 p { color: rgb(204,133,239); }

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

background-color css

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

 a { background-color: rgb(204,133,239); }

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

border-color css

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

 span { border-color: rgb(204,133,239); }

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