Html Css Color HEX #CC7BEF Heliotrope

📋 copy color: '#CC7BEF'

red 204 ◦ green 123 ◦ blue 239

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

Shades of Heliotrope #CC7BEF

Tints of Heliotrope #CC7BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.23%

R = 36.04%
G = 21.73%
B = 42.23%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC7BEF (or 0xCC7BEF) is known color: Heliotrope. HEX triplet: CC, 7B and EF. RGB value is (204,123,239). Sum of RGB (Red+Green+Blue) = 204+123+239=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC7BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7BEF is #338410. Grayscale: #A0A0A0. Windows color (decimal): -3376145 or 15694796. OLE color: 15694796.

HSL color Cylindrical-coordinate representation of color #CC7BEF: hue angle of 281.9º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC7BEF is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 123 239 -
CMYK 0.15 0.49 0 0.06
HSL 281.9º 0.78% 0.71% -
HSV(B) 281.9º 0.49% 0.94% -
XYZ 47.56 33.24 85.57 -
YUV 160.44 172.34 159.07 -
System Red Green Blue C M Y K H S L
Decimal 204 123 239 0.15 0.49 0 0.06 281.9 0.78 0.71
Hex CC 7B EF F 31 0 6 11A 4E 47
Octal 314 173 357 17 61 0 6 432 116 107
Binary 11001100 1111011 11101111 1111 110001 0 110 100011010 1001110 1000111

Color Harmonies of #CC7BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7BEF

Black with #CC7BEF

Text Example


Text Example

White with #CC7BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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