Html Css Color HEX #CC7CEA Heliotrope

📋 copy color: '#CC7CEA'

red 204 ◦ green 124 ◦ blue 234

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

Shades of Heliotrope #CC7CEA

Tints of Heliotrope #CC7CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.64%

R = 36.3%
G = 22.06%
B = 41.64%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC7CEA (or 0xCC7CEA) is known color: Heliotrope. HEX triplet: CC, 7C and EA. RGB value is (204,124,234). Sum of RGB (Red+Green+Blue) = 204+124+234=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC7CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CEA is #338315. Grayscale: #A0A0A0. Windows color (decimal): -3375894 or 15367372. OLE color: 15367372.

HSL color Cylindrical-coordinate representation of color #CC7CEA: hue angle of 283.64º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC7CEA is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 124 234 -
CMYK 0.13 0.47 0 0.08
HSL 283.64º 0.72% 0.7% -
HSV(B) 283.64º 0.47% 0.92% -
XYZ 46.96 33.19 81.77 -
YUV 160.46 169.5 159.06 -
System Red Green Blue C M Y K H S L
Decimal 204 124 234 0.13 0.47 0 0.08 283.64 0.72 0.7
Hex CC 7C EA D 2F 0 8 11C 48 46
Octal 314 174 352 15 57 0 10 434 110 106
Binary 11001100 1111100 11101010 1101 101111 0 1000 100011100 1001000 1000110

Color Harmonies of #CC7CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CEA

Black with #CC7CEA

Text Example


Text Example

White with #CC7CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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