Html Css Color HEX #CC70ED Heliotrope

📋 copy color: '#CC70ED'

red 204 ◦ green 112 ◦ blue 237

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

Shades of Heliotrope #CC70ED

Tints of Heliotrope #CC70ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 36.89%
G = 20.25%
B = 42.86%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC70ED (or 0xCC70ED) is known color: Heliotrope. HEX triplet: CC, 70 and ED. RGB value is (204,112,237). Sum of RGB (Red+Green+Blue) = 204+112+237=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC70ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC70ED is #338F12. Grayscale: #999999. Windows color (decimal): -3378963 or 15560908. OLE color: 15560908.

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

Color convert

RGB 204 112 237 -
CMYK 0.14 0.53 0 0.07
HSL 284.16º 0.78% 0.68% -
HSV(B) 284.16º 0.53% 0.93% -
XYZ 45.98 30.54 83.59 -
YUV 153.76 174.98 163.84 -
System Red Green Blue C M Y K H S L
Decimal 204 112 237 0.14 0.53 0 0.07 284.16 0.78 0.68
Hex CC 70 ED E 35 0 7 11C 4E 44
Octal 314 160 355 16 65 0 7 434 116 104
Binary 11001100 1110000 11101101 1110 110101 0 111 100011100 1001110 1000100

Color Harmonies of #CC70ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70ED

Black with #CC70ED

Text Example


Text Example

White with #CC70ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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