Html Css Color HEX #C071F2 Heliotrope

📋 copy color: '#C071F2'

red 192 ◦ green 113 ◦ blue 242

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

Shades of Heliotrope #C071F2

Tints of Heliotrope #C071F2

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.66%

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

R = 35.1%
G = 20.66%
B = 44.24%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C071F2 (or 0xC071F2) is known color: Heliotrope. HEX triplet: C0, 71 and F2. RGB value is (192,113,242). Sum of RGB (Red+Green+Blue) = 192+113+242=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #C071F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071F2 is #3F8E0D. Grayscale: #969696. Windows color (decimal): -4165134 or 15888832. OLE color: 15888832.

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

Color convert

RGB 192 113 242 -
CMYK 0.21 0.53 0 0.05
HSL 276.74º 0.83% 0.7% -
HSV(B) 276.74º 0.53% 0.95% -
XYZ 43.67 29.43 87.38 -
YUV 151.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 192 113 242 0.21 0.53 0 0.05 276.74 0.83 0.7
Hex C0 71 F2 15 35 0 5 115 53 46
Octal 300 161 362 25 65 0 5 425 123 106
Binary 11000000 1110001 11110010 10101 110101 0 101 100010101 1010011 1000110

Color Harmonies of #C071F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071F2

Black with #C071F2

Text Example


Text Example

White with #C071F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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