Html Css Color HEX #CC7BEC Heliotrope

📋 copy color: '#CC7BEC'

red 204 ◦ green 123 ◦ blue 236

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

Shades of Heliotrope #CC7BEC

Tints of Heliotrope #CC7BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 36.23%
G = 21.85%
B = 41.92%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC7BEC (or 0xCC7BEC) is known color: Heliotrope. HEX triplet: CC, 7B and EC. RGB value is (204,123,236). Sum of RGB (Red+Green+Blue) = 204+123+236=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC7BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BEC is #338413. Grayscale: #9F9F9F. Windows color (decimal): -3376148 or 15498188. OLE color: 15498188.

HSL color Cylindrical-coordinate representation of color #CC7BEC: hue angle of 283.01º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC7BEC is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 123 236 -
CMYK 0.14 0.48 0 0.07
HSL 283.01º 0.75% 0.7% -
HSV(B) 283.01º 0.48% 0.93% -
XYZ 47.13 33.06 83.25 -
YUV 160.1 170.84 159.31 -
System Red Green Blue C M Y K H S L
Decimal 204 123 236 0.14 0.48 0 0.07 283.01 0.75 0.7
Hex CC 7B EC E 30 0 7 11B 4B 46
Octal 314 173 354 16 60 0 7 433 113 106
Binary 11001100 1111011 11101100 1110 110000 0 111 100011011 1001011 1000110

Color Harmonies of #CC7BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BEC

Black with #CC7BEC

Text Example


Text Example

White with #CC7BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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