Html Css Color HEX #CC7FEB Heliotrope

📋 copy color: '#CC7FEB'

red 204 ◦ green 127 ◦ blue 235

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

Shades of Heliotrope #CC7FEB

Tints of Heliotrope #CC7FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.52%

R = 36.04%
G = 22.44%
B = 41.52%

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

#CC7FEB (or 0xCC7FEB) is known color: Heliotrope. HEX triplet: CC, 7F and EB. RGB value is (204,127,235). Sum of RGB (Red+Green+Blue) = 204+127+235=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC7FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7FEB is #338014. Grayscale: #A1A1A1. Windows color (decimal): -3375125 or 15433676. OLE color: 15433676.

HSL color Cylindrical-coordinate representation of color #CC7FEB: hue angle of 282.78º degrees, saturation: 0.73, 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 #CC7FEB is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 127 235 -
CMYK 0.13 0.46 0 0.08
HSL 282.78º 0.73% 0.71% -
HSV(B) 282.78º 0.46% 0.92% -
XYZ 47.49 34.01 82.66 -
YUV 162.34 169.01 157.72 -
System Red Green Blue C M Y K H S L
Decimal 204 127 235 0.13 0.46 0 0.08 282.78 0.73 0.71
Hex CC 7F EB D 2E 0 8 11B 49 47
Octal 314 177 353 15 56 0 10 433 111 107
Binary 11001100 1111111 11101011 1101 101110 0 1000 100011011 1001001 1000111

Color Harmonies of #CC7FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7FEB

Black with #CC7FEB

Text Example


Text Example

White with #CC7FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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