Html Css Color HEX #C070F2 Heliotrope

📋 copy color: '#C070F2'

red 192 ◦ green 112 ◦ blue 242

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

Shades of Heliotrope #C070F2

Tints of Heliotrope #C070F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 35.16%
G = 20.51%
B = 44.32%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C070F2 (or 0xC070F2) is known color: Heliotrope. HEX triplet: C0, 70 and F2. RGB value is (192,112,242). Sum of RGB (Red+Green+Blue) = 192+112+242=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #C070F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070F2 is #3F8F0D. Grayscale: #969696. Windows color (decimal): -4165390 or 15888576. OLE color: 15888576.

HSL color Cylindrical-coordinate representation of color #C070F2: hue angle of 276.92º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C070F2 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 112 242 -
CMYK 0.21 0.54 0 0.05
HSL 276.92º 0.83% 0.69% -
HSV(B) 276.92º 0.54% 0.95% -
XYZ 43.56 29.21 87.35 -
YUV 150.74 179.5 157.43 -
System Red Green Blue C M Y K H S L
Decimal 192 112 242 0.21 0.54 0 0.05 276.92 0.83 0.69
Hex C0 70 F2 15 36 0 5 115 53 45
Octal 300 160 362 25 66 0 5 425 123 105
Binary 11000000 1110000 11110010 10101 110110 0 101 100010101 1010011 1000101

Color Harmonies of #C070F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070F2

Black with #C070F2

Text Example


Text Example

White with #C070F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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