Html Css Color HEX #C070FC Heliotrope

📋 copy color: '#C070FC'

red 192 ◦ green 112 ◦ blue 252

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

Shades of Heliotrope #C070FC

Tints of Heliotrope #C070FC

RGB

 RED value IS 192 (75.39% from 255) = 34.53%

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

 BLUE value IS 252 (98.83% from 255) = 45.32%

R = 34.53%
G = 20.14%
B = 45.32%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C070FC (or 0xC070FC) is known color: Heliotrope. HEX triplet: C0, 70 and FC. RGB value is (192,112,252). Sum of RGB (Red+Green+Blue) = 192+112+252=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #C070FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070FC is #3F8F03. Grayscale: #979797. Windows color (decimal): -4165380 or 16543936. OLE color: 16543936.

HSL color Cylindrical-coordinate representation of color #C070FC: hue angle of 274.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C070FC is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 112 252 -
CMYK 0.24 0.56 0 0.01
HSL 274.29º 0.96% 0.71% -
HSV(B) 274.29º 0.56% 0.99% -
XYZ 45.1 29.82 95.47 -
YUV 151.88 184.5 156.62 -
System Red Green Blue C M Y K H S L
Decimal 192 112 252 0.24 0.56 0 0.01 274.29 0.96 0.71
Hex C0 70 FC 18 38 0 1 112 60 47
Octal 300 160 374 30 70 0 1 422 140 107
Binary 11000000 1110000 11111100 11000 111000 0 1 100010010 1100000 1000111

Color Harmonies of #C070FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070FC

Black with #C070FC

Text Example


Text Example

White with #C070FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070FC; }

 p { color: rgb(192,112,252); }

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

background-color css

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

 a { background-color: rgb(192,112,252); }

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

border-color css

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

 span { border-color: rgb(192,112,252); }

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