Html Css Color HEX #C082F9 Heliotrope

📋 copy color: '#C082F9'

red 192 ◦ green 130 ◦ blue 249

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

Shades of Heliotrope #C082F9

Tints of Heliotrope #C082F9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.77%

 BLUE value IS 249 (97.66% from 255) = 43.61%

R = 33.63%
G = 22.77%
B = 43.61%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C082F9 (or 0xC082F9) is known color: Heliotrope. HEX triplet: C0, 82 and F9. RGB value is (192,130,249). Sum of RGB (Red+Green+Blue) = 192+130+249=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #C082F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082F9 is #3F7D06. Grayscale: #A1A1A1. Windows color (decimal): -4160775 or 16351936. OLE color: 16351936.

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

Color convert

RGB 192 130 249 -
CMYK 0.23 0.48 0 0.02
HSL 271.26º 0.91% 0.74% -
HSV(B) 271.26º 0.48% 0.98% -
XYZ 46.82 34.01 93.72 -
YUV 162.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 192 130 249 0.23 0.48 0 0.02 271.26 0.91 0.74
Hex C0 82 F9 17 30 0 2 10F 5B 4A
Octal 300 202 371 27 60 0 2 417 133 112
Binary 11000000 10000010 11111001 10111 110000 0 10 100001111 1011011 1001010

Color Harmonies of #C082F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082F9

Black with #C082F9

Text Example


Text Example

White with #C082F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C082F9; }

 p { color: rgb(192,130,249); }

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

background-color css

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

 a { background-color: rgb(192,130,249); }

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

border-color css

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

 span { border-color: rgb(192,130,249); }

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