Html Css Color HEX #CC85FC Heliotrope

📋 copy color: '#CC85FC'

red 204 ◦ green 133 ◦ blue 252

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

Shades of Heliotrope #CC85FC

Tints of Heliotrope #CC85FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.78%

R = 34.63%
G = 22.58%
B = 42.78%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC85FC (or 0xCC85FC) is known color: Heliotrope. HEX triplet: CC, 85 and FC. RGB value is (204,133,252). Sum of RGB (Red+Green+Blue) = 204+133+252=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 133 (52.34% from 255 or 22.58% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC85FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC85FC is #337A03. Grayscale: #A7A7A7. Windows color (decimal): -3373572 or 16549324. OLE color: 16549324.

HSL color Cylindrical-coordinate representation of color #CC85FC: hue angle of 275.8º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC85FC is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 133 252 -
CMYK 0.19 0.47 0 0.01
HSL 275.8º 0.95% 0.75% -
HSV(B) 275.8º 0.47% 0.99% -
XYZ 50.86 36.64 96.49 -
YUV 167.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 204 133 252 0.19 0.47 0 0.01 275.8 0.95 0.75
Hex CC 85 FC 13 2F 0 1 114 5F 4B
Octal 314 205 374 23 57 0 1 424 137 113
Binary 11001100 10000101 11111100 10011 101111 0 1 100010100 1011111 1001011

Color Harmonies of #CC85FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85FC

Black with #CC85FC

Text Example


Text Example

White with #CC85FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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