Html Css Color HEX #CC7CFC Heliotrope

📋 copy color: '#CC7CFC'

red 204 ◦ green 124 ◦ blue 252

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

Shades of Heliotrope #CC7CFC

Tints of Heliotrope #CC7CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.38%

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

R = 35.17%
G = 21.38%
B = 43.45%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC7CFC (or 0xCC7CFC) is known color: Heliotrope. HEX triplet: CC, 7C and FC. RGB value is (204,124,252). Sum of RGB (Red+Green+Blue) = 204+124+252=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 124 (48.83% from 255 or 21.38% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC7CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CFC is #338303. Grayscale: #A2A2A2. Windows color (decimal): -3375876 or 16547020. OLE color: 16547020.

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

Color convert

RGB 204 124 252 -
CMYK 0.19 0.51 0 0.01
HSL 277.5º 0.96% 0.74% -
HSV(B) 277.5º 0.51% 0.99% -
XYZ 49.68 34.28 96.09 -
YUV 162.51 178.5 157.59 -
System Red Green Blue C M Y K H S L
Decimal 204 124 252 0.19 0.51 0 0.01 277.5 0.96 0.74
Hex CC 7C FC 13 33 0 1 116 60 4A
Octal 314 174 374 23 63 0 1 426 140 112
Binary 11001100 1111100 11111100 10011 110011 0 1 100010110 1100000 1001010

Color Harmonies of #CC7CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CFC

Black with #CC7CFC

Text Example


Text Example

White with #CC7CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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