Html Css Color HEX #CC7BEB Heliotrope

📋 copy color: '#CC7BEB'

red 204 ◦ green 123 ◦ blue 235

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

Shades of Heliotrope #CC7BEB

Tints of Heliotrope #CC7BEB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.89%

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

R = 36.3%
G = 21.89%
B = 41.81%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC7BEB (or 0xCC7BEB) is known color: Heliotrope. HEX triplet: CC, 7B and EB. RGB value is (204,123,235). Sum of RGB (Red+Green+Blue) = 204+123+235=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC7BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BEB is #338414. Grayscale: #9F9F9F. Windows color (decimal): -3376149 or 15432652. OLE color: 15432652.

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

Color convert

RGB 204 123 235 -
CMYK 0.13 0.48 0 0.08
HSL 283.39º 0.74% 0.7% -
HSV(B) 283.39º 0.48% 0.92% -
XYZ 46.98 33 82.49 -
YUV 159.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 204 123 235 0.13 0.48 0 0.08 283.39 0.74 0.7
Hex CC 7B EB D 30 0 8 11B 4A 46
Octal 314 173 353 15 60 0 10 433 112 106
Binary 11001100 1111011 11101011 1101 110000 0 1000 100011011 1001010 1000110

Color Harmonies of #CC7BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BEB

Black with #CC7BEB

Text Example


Text Example

White with #CC7BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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