Html Css Color HEX #CC7CEB Heliotrope

📋 copy color: '#CC7CEB'

red 204 ◦ green 124 ◦ blue 235

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

Shades of Heliotrope #CC7CEB

Tints of Heliotrope #CC7CEB

RGB

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

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

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

R = 36.23%
G = 22.02%
B = 41.74%

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

#CC7CEB (or 0xCC7CEB) is known color: Heliotrope. HEX triplet: CC, 7C and EB. RGB value is (204,124,235). Sum of RGB (Red+Green+Blue) = 204+124+235=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC7CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7CEB is #338314. Grayscale: #A0A0A0. Windows color (decimal): -3375893 or 15432908. OLE color: 15432908.

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

Color convert

RGB 204 124 235 -
CMYK 0.13 0.47 0 0.08
HSL 283.24º 0.74% 0.7% -
HSV(B) 283.24º 0.47% 0.92% -
XYZ 47.1 33.25 82.53 -
YUV 160.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 204 124 235 0.13 0.47 0 0.08 283.24 0.74 0.7
Hex CC 7C EB D 2F 0 8 11B 4A 46
Octal 314 174 353 15 57 0 10 433 112 106
Binary 11001100 1111100 11101011 1101 101111 0 1000 100011011 1001010 1000110

Color Harmonies of #CC7CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7CEB

Black with #CC7CEB

Text Example


Text Example

White with #CC7CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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