Html Css Color HEX #CC4FFC Heliotrope

📋 copy color: '#CC4FFC'

red 204 ◦ green 79 ◦ blue 252

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

Shades of Heliotrope #CC4FFC

Tints of Heliotrope #CC4FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.77%

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

R = 38.13%
G = 14.77%
B = 47.1%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC4FFC (or 0xCC4FFC) is known color: Heliotrope. HEX triplet: CC, 4F and FC. RGB value is (204,79,252). Sum of RGB (Red+Green+Blue) = 204+79+252=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 79 (31.25% from 255 or 14.77% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC4FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4FFC is #33B003. Grayscale: #878787. Windows color (decimal): -3387396 or 16535500. OLE color: 16535500.

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

Color convert

RGB 204 79 252 -
CMYK 0.19 0.69 0 0.01
HSL 283.35º 0.97% 0.65% -
HSV(B) 283.35º 0.69% 0.99% -
XYZ 45.27 25.46 94.62 -
YUV 136.1 193.41 176.43 -
System Red Green Blue C M Y K H S L
Decimal 204 79 252 0.19 0.69 0 0.01 283.35 0.97 0.65
Hex CC 4F FC 13 45 0 1 11B 61 41
Octal 314 117 374 23 105 0 1 433 141 101
Binary 11001100 1001111 11111100 10011 1000101 0 1 100011011 1100001 1000001

Color Harmonies of #CC4FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FFC

Black with #CC4FFC

Text Example


Text Example

White with #CC4FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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