Html Css Color HEX #CC70EB Heliotrope

📋 copy color: '#CC70EB'

red 204 ◦ green 112 ◦ blue 235

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

Shades of Heliotrope #CC70EB

Tints of Heliotrope #CC70EB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.33%

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

R = 37.02%
G = 20.33%
B = 42.65%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC70EB (or 0xCC70EB) is known color: Heliotrope. HEX triplet: CC, 70 and EB. RGB value is (204,112,235). Sum of RGB (Red+Green+Blue) = 204+112+235=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC70EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC70EB is #338F14. Grayscale: #999999. Windows color (decimal): -3378965 or 15429836. OLE color: 15429836.

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

Color convert

RGB 204 112 235 -
CMYK 0.13 0.52 0 0.08
HSL 284.88º 0.75% 0.68% -
HSV(B) 284.88º 0.52% 0.92% -
XYZ 45.69 30.42 82.06 -
YUV 153.53 173.98 164 -
System Red Green Blue C M Y K H S L
Decimal 204 112 235 0.13 0.52 0 0.08 284.88 0.75 0.68
Hex CC 70 EB D 34 0 8 11D 4B 44
Octal 314 160 353 15 64 0 10 435 113 104
Binary 11001100 1110000 11101011 1101 110100 0 1000 100011101 1001011 1000100

Color Harmonies of #CC70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70EB

Black with #CC70EB

Text Example


Text Example

White with #CC70EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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