Html Css Color HEX #CC7FEA Heliotrope

📋 copy color: '#CC7FEA'

red 204 ◦ green 127 ◦ blue 234

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

Shades of Heliotrope #CC7FEA

Tints of Heliotrope #CC7FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.48%

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

R = 36.11%
G = 22.48%
B = 41.42%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC7FEA (or 0xCC7FEA) is known color: Heliotrope. HEX triplet: CC, 7F and EA. RGB value is (204,127,234). Sum of RGB (Red+Green+Blue) = 204+127+234=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC7FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FEA is #338015. Grayscale: #A1A1A1. Windows color (decimal): -3375126 or 15368140. OLE color: 15368140.

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

Color convert

RGB 204 127 234 -
CMYK 0.13 0.46 0 0.08
HSL 283.18º 0.72% 0.71% -
HSV(B) 283.18º 0.46% 0.92% -
XYZ 47.34 33.96 81.9 -
YUV 162.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 204 127 234 0.13 0.46 0 0.08 283.18 0.72 0.71
Hex CC 7F EA D 2E 0 8 11B 48 47
Octal 314 177 352 15 56 0 10 433 110 107
Binary 11001100 1111111 11101010 1101 101110 0 1000 100011011 1001000 1000111

Color Harmonies of #CC7FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FEA

Black with #CC7FEA

Text Example


Text Example

White with #CC7FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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