Html Css Color HEX #C072FA Heliotrope

📋 copy color: '#C072FA'

red 192 ◦ green 114 ◦ blue 250

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

Shades of Heliotrope #C072FA

Tints of Heliotrope #C072FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.5%

 BLUE value IS 250 (98.05% from 255) = 44.96%

R = 34.53%
G = 20.5%
B = 44.96%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C072FA (or 0xC072FA) is known color: Heliotrope. HEX triplet: C0, 72 and FA. RGB value is (192,114,250). Sum of RGB (Red+Green+Blue) = 192+114+250=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #C072FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072FA is #3F8D05. Grayscale: #989898. Windows color (decimal): -4164870 or 16413376. OLE color: 16413376.

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

Color convert

RGB 192 114 250 -
CMYK 0.23 0.54 0 0.02
HSL 274.41º 0.93% 0.71% -
HSV(B) 274.41º 0.54% 0.98% -
XYZ 45.01 30.14 93.89 -
YUV 152.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 192 114 250 0.23 0.54 0 0.02 274.41 0.93 0.71
Hex C0 72 FA 17 36 0 2 112 5D 47
Octal 300 162 372 27 66 0 2 422 135 107
Binary 11000000 1110010 11111010 10111 110110 0 10 100010010 1011101 1000111

Color Harmonies of #C072FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072FA

Black with #C072FA

Text Example


Text Example

White with #C072FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072FA; }

 p { color: rgb(192,114,250); }

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

background-color css

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

 a { background-color: rgb(192,114,250); }

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

border-color css

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

 span { border-color: rgb(192,114,250); }

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