Html Css Color HEX #CC70EF Heliotrope

📋 copy color: '#CC70EF'

red 204 ◦ green 112 ◦ blue 239

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

Shades of Heliotrope #CC70EF

Tints of Heliotrope #CC70EF

RGB

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

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

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

R = 36.76%
G = 20.18%
B = 43.06%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC70EF (or 0xCC70EF) is known color: Heliotrope. HEX triplet: CC, 70 and EF. RGB value is (204,112,239). Sum of RGB (Red+Green+Blue) = 204+112+239=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC70EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC70EF is #338F10. Grayscale: #999999. Windows color (decimal): -3378961 or 15691980. OLE color: 15691980.

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

Color convert

RGB 204 112 239 -
CMYK 0.15 0.53 0 0.06
HSL 283.46º 0.8% 0.69% -
HSV(B) 283.46º 0.53% 0.94% -
XYZ 46.28 30.66 85.14 -
YUV 153.99 175.98 163.67 -
System Red Green Blue C M Y K H S L
Decimal 204 112 239 0.15 0.53 0 0.06 283.46 0.8 0.69
Hex CC 70 EF F 35 0 6 11B 50 45
Octal 314 160 357 17 65 0 6 433 120 105
Binary 11001100 1110000 11101111 1111 110101 0 110 100011011 1010000 1000101

Color Harmonies of #CC70EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70EF

Black with #CC70EF

Text Example


Text Example

White with #CC70EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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