Html Css Color HEX #C082F4 Heliotrope

📋 copy color: '#C082F4'

red 192 ◦ green 130 ◦ blue 244

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

Shades of Heliotrope #C082F4

Tints of Heliotrope #C082F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 43.11%

R = 33.92%
G = 22.97%
B = 43.11%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C082F4 (or 0xC082F4) is known color: Heliotrope. HEX triplet: C0, 82 and F4. RGB value is (192,130,244). Sum of RGB (Red+Green+Blue) = 192+130+244=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #C082F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082F4 is #3F7D0B. Grayscale: #A1A1A1. Windows color (decimal): -4160780 or 16024256. OLE color: 16024256.

HSL color Cylindrical-coordinate representation of color #C082F4: hue angle of 272.63º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C082F4 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 130 244 -
CMYK 0.21 0.47 0 0.04
HSL 272.63º 0.84% 0.73% -
HSV(B) 272.63º 0.47% 0.96% -
XYZ 46.05 33.7 89.67 -
YUV 161.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 192 130 244 0.21 0.47 0 0.04 272.63 0.84 0.73
Hex C0 82 F4 15 2F 0 4 111 54 49
Octal 300 202 364 25 57 0 4 421 124 111
Binary 11000000 10000010 11110100 10101 101111 0 100 100010001 1010100 1001001

Color Harmonies of #C082F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082F4

Black with #C082F4

Text Example


Text Example

White with #C082F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C082F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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