Html Css Color HEX #CC70F9 Heliotrope

📋 copy color: '#CC70F9'

red 204 ◦ green 112 ◦ blue 249

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

Shades of Heliotrope #CC70F9

Tints of Heliotrope #CC70F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 36.11%
G = 19.82%
B = 44.07%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC70F9 (or 0xCC70F9) is known color: Heliotrope. HEX triplet: CC, 70 and F9. RGB value is (204,112,249). Sum of RGB (Red+Green+Blue) = 204+112+249=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC70F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC70F9 is #338F06. Grayscale: #9A9A9A. Windows color (decimal): -3378951 or 16347340. OLE color: 16347340.

HSL color Cylindrical-coordinate representation of color #CC70F9: hue angle of 280.29º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC70F9 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 112 249 -
CMYK 0.18 0.55 0 0.02
HSL 280.29º 0.92% 0.71% -
HSV(B) 280.29º 0.55% 0.98% -
XYZ 47.79 31.27 93.14 -
YUV 155.13 180.98 162.86 -
System Red Green Blue C M Y K H S L
Decimal 204 112 249 0.18 0.55 0 0.02 280.29 0.92 0.71
Hex CC 70 F9 12 37 0 2 118 5C 47
Octal 314 160 371 22 67 0 2 430 134 107
Binary 11001100 1110000 11111001 10010 110111 0 10 100011000 1011100 1000111

Color Harmonies of #CC70F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70F9

Black with #CC70F9

Text Example


Text Example

White with #CC70F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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