Html Css Color HEX #CC70FE Heliotrope

📋 copy color: '#CC70FE'

red 204 ◦ green 112 ◦ blue 254

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

Shades of Heliotrope #CC70FE

Tints of Heliotrope #CC70FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.56%

R = 35.79%
G = 19.65%
B = 44.56%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC70FE (or 0xCC70FE) is known color: Heliotrope. HEX triplet: CC, 70 and FE. RGB value is (204,112,254). Sum of RGB (Red+Green+Blue) = 204+112+254=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC70FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC70FE is #338F01. Grayscale: #9B9B9B. Windows color (decimal): -3378946 or 16675020. OLE color: 16675020.

HSL color Cylindrical-coordinate representation of color #CC70FE: hue angle of 278.87º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC70FE is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 112 254 -
CMYK 0.20 0.56 0 0.00
HSL 278.87º 0.99% 0.72% -
HSV(B) 278.87º 0.56% 1% -
XYZ 48.59 31.58 97.3 -
YUV 155.7 183.48 162.45 -
System Red Green Blue C M Y K H S L
Decimal 204 112 254 0.20 0.56 0 0.00 278.87 0.99 0.72
Hex CC 70 FE 14 38 0 0 117 63 48
Octal 314 160 376 24 70 0 0 427 143 110
Binary 11001100 1110000 11111110 10100 111000 0 0 100010111 1100011 1001000

Color Harmonies of #CC70FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC70FE

Black with #CC70FE

Text Example


Text Example

White with #CC70FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC70FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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