Html Css Color HEX #CC7CEC Heliotrope

📋 copy color: '#CC7CEC'

red 204 ◦ green 124 ◦ blue 236

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

Shades of Heliotrope #CC7CEC

Tints of Heliotrope #CC7CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.84%

R = 36.17%
G = 21.99%
B = 41.84%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC7CEC (or 0xCC7CEC) is known color: Heliotrope. HEX triplet: CC, 7C and EC. RGB value is (204,124,236). Sum of RGB (Red+Green+Blue) = 204+124+236=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC7CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CEC is #338313. Grayscale: #A0A0A0. Windows color (decimal): -3375892 or 15498444. OLE color: 15498444.

HSL color Cylindrical-coordinate representation of color #CC7CEC: hue angle of 282.86º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC7CEC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 124 236 -
CMYK 0.14 0.47 0 0.07
HSL 282.86º 0.75% 0.71% -
HSV(B) 282.86º 0.47% 0.93% -
XYZ 47.25 33.31 83.3 -
YUV 160.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 204 124 236 0.14 0.47 0 0.07 282.86 0.75 0.71
Hex CC 7C EC E 2F 0 7 11B 4B 47
Octal 314 174 354 16 57 0 7 433 113 107
Binary 11001100 1111100 11101100 1110 101111 0 111 100011011 1001011 1000111

Color Harmonies of #CC7CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CEC

Black with #CC7CEC

Text Example


Text Example

White with #CC7CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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