Html Css Color HEX #CC70EE Heliotrope

📋 copy color: '#CC70EE'

red 204 ◦ green 112 ◦ blue 238

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

Shades of Heliotrope #CC70EE

Tints of Heliotrope #CC70EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 36.82%
G = 20.22%
B = 42.96%

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

#CC70EE (or 0xCC70EE) is known color: Heliotrope. HEX triplet: CC, 70 and EE. RGB value is (204,112,238). Sum of RGB (Red+Green+Blue) = 204+112+238=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC70EE is #338F11. Grayscale: #999999. Windows color (decimal): -3378962 or 15626444. OLE color: 15626444.

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

Color convert

RGB 204 112 238 -
CMYK 0.14 0.53 0 0.07
HSL 283.81º 0.79% 0.69% -
HSV(B) 283.81º 0.53% 0.93% -
XYZ 46.13 30.6 84.36 -
YUV 153.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 204 112 238 0.14 0.53 0 0.07 283.81 0.79 0.69
Hex CC 70 EE E 35 0 7 11C 4F 45
Octal 314 160 356 16 65 0 7 434 117 105
Binary 11001100 1110000 11101110 1110 110101 0 111 100011100 1001111 1000101

Color Harmonies of #CC70EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70EE

Black with #CC70EE

Text Example


Text Example

White with #CC70EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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