Html Css Color HEX #CC85FE Heliotrope

📋 copy color: '#CC85FE'

red 204 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #CC85FE

Tints of Heliotrope #CC85FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.98%

R = 34.52%
G = 22.5%
B = 42.98%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC85FE (or 0xCC85FE) is known color: Heliotrope. HEX triplet: CC, 85 and FE. RGB value is (204,133,254). Sum of RGB (Red+Green+Blue) = 204+133+254=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC85FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85FE is #337A01. Grayscale: #A7A7A7. Windows color (decimal): -3373570 or 16680396. OLE color: 16680396.

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

Color convert

RGB 204 133 254 -
CMYK 0.20 0.48 0 0.00
HSL 275.21º 0.98% 0.76% -
HSV(B) 275.21º 0.48% 1% -
XYZ 51.18 36.77 98.17 -
YUV 168.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 204 133 254 0.20 0.48 0 0.00 275.21 0.98 0.76
Hex CC 85 FE 14 30 0 0 113 62 4C
Octal 314 205 376 24 60 0 0 423 142 114
Binary 11001100 10000101 11111110 10100 110000 0 0 100010011 1100010 1001100

Color Harmonies of #CC85FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85FE

Black with #CC85FE

Text Example


Text Example

White with #CC85FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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