Html Css Color HEX #C082F7 Heliotrope

📋 copy color: '#C082F7'

red 192 ◦ green 130 ◦ blue 247

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

Shades of Heliotrope #C082F7

Tints of Heliotrope #C082F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.41%

R = 33.74%
G = 22.85%
B = 43.41%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C082F7 (or 0xC082F7) is known color: Heliotrope. HEX triplet: C0, 82 and F7. RGB value is (192,130,247). Sum of RGB (Red+Green+Blue) = 192+130+247=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #C082F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C082F7 is #3F7D08. Grayscale: #A1A1A1. Windows color (decimal): -4160777 or 16220864. OLE color: 16220864.

HSL color Cylindrical-coordinate representation of color #C082F7: hue angle of 271.79º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C082F7 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 130 247 -
CMYK 0.22 0.47 0 0.03
HSL 271.79º 0.88% 0.74% -
HSV(B) 271.79º 0.47% 0.97% -
XYZ 46.51 33.89 92.09 -
YUV 161.88 176.04 149.49 -
System Red Green Blue C M Y K H S L
Decimal 192 130 247 0.22 0.47 0 0.03 271.79 0.88 0.74
Hex C0 82 F7 16 2F 0 3 110 58 4A
Octal 300 202 367 26 57 0 3 420 130 112
Binary 11000000 10000010 11110111 10110 101111 0 11 100010000 1011000 1001010

Color Harmonies of #C082F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082F7

Black with #C082F7

Text Example


Text Example

White with #C082F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C082F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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