Html Css Color HEX #CC85FF Heliotrope

📋 copy color: '#CC85FF'

red 204 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #CC85FF

Tints of Heliotrope #CC85FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.07%

R = 34.46%
G = 22.47%
B = 43.07%

CMYK

 C value IS 0.2

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC85FF (or 0xCC85FF) is known color: Heliotrope. HEX triplet: CC, 85 and FF. RGB value is (204,133,255). Sum of RGB (Red+Green+Blue) = 204+133+255=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85FF is #337A00. Grayscale: #A7A7A7. Windows color (decimal): -3373569 or 16745932. OLE color: 16745932.

HSL color Cylindrical-coordinate representation of color #CC85FF: hue angle of 274.92º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC85FF is Cyan = 0.2, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 133 255 -
CMYK 0.2 0.48 0 0
HSL 274.92º 1% 0.76% -
HSV(B) 274.92º 0.48% 1% -
XYZ 51.34 36.83 99.01 -
YUV 168.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 204 133 255 0.2 0.48 0 0 274.92 1 0.76
Hex CC 85 FF 14 30 0 0 113 64 4C
Octal 314 205 377 24 60 0 0 423 144 114
Binary 11001100 10000101 11111111 10100 110000 0 0 100010011 1100100 1001100

Color Harmonies of #CC85FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85FF

Black with #CC85FF

Text Example


Text Example

White with #CC85FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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