Html Css Color HEX #CC7CFB Heliotrope

📋 copy color: '#CC7CFB'

red 204 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #CC7CFB

Tints of Heliotrope #CC7CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.35%

R = 35.23%
G = 21.42%
B = 43.35%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC7CFB (or 0xCC7CFB) is known color: Heliotrope. HEX triplet: CC, 7C and FB. RGB value is (204,124,251). Sum of RGB (Red+Green+Blue) = 204+124+251=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC7CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CFB is #338304. Grayscale: #A1A1A1. Windows color (decimal): -3375877 or 16481484. OLE color: 16481484.

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

Color convert

RGB 204 124 251 -
CMYK 0.19 0.51 0 0.02
HSL 277.8º 0.94% 0.74% -
HSV(B) 277.8º 0.51% 0.98% -
XYZ 49.52 34.22 95.26 -
YUV 162.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 204 124 251 0.19 0.51 0 0.02 277.8 0.94 0.74
Hex CC 7C FB 13 33 0 2 116 5E 4A
Octal 314 174 373 23 63 0 2 426 136 112
Binary 11001100 1111100 11111011 10011 110011 0 10 100010110 1011110 1001010

Color Harmonies of #CC7CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CFB

Black with #CC7CFB

Text Example


Text Example

White with #CC7CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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