Html Css Color HEX #CC85EE Heliotrope

📋 copy color: '#CC85EE'

red 204 ◦ green 133 ◦ blue 238

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

Shades of Heliotrope #CC85EE

Tints of Heliotrope #CC85EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.39%

R = 35.48%
G = 23.13%
B = 41.39%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC85EE (or 0xCC85EE) is known color: Heliotrope. HEX triplet: CC, 85 and EE. RGB value is (204,133,238). Sum of RGB (Red+Green+Blue) = 204+133+238=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85EE is #337A11. Grayscale: #A5A5A5. Windows color (decimal): -3373586 or 15631820. OLE color: 15631820.

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

Color convert

RGB 204 133 238 -
CMYK 0.14 0.44 0 0.07
HSL 280.57º 0.76% 0.73% -
HSV(B) 280.57º 0.44% 0.93% -
XYZ 48.72 35.79 85.23 -
YUV 166.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 204 133 238 0.14 0.44 0 0.07 280.57 0.76 0.73
Hex CC 85 EE E 2C 0 7 119 4C 49
Octal 314 205 356 16 54 0 7 431 114 111
Binary 11001100 10000101 11101110 1110 101100 0 111 100011001 1001100 1001001

Color Harmonies of #CC85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85EE

Black with #CC85EE

Text Example


Text Example

White with #CC85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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