Html Css Color HEX #C081F9 Heliotrope

📋 copy color: '#C081F9'

red 192 ◦ green 129 ◦ blue 249

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

Shades of Heliotrope #C081F9

Tints of Heliotrope #C081F9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.63%

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

R = 33.68%
G = 22.63%
B = 43.68%

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

#C081F9 (or 0xC081F9) is known color: Heliotrope. HEX triplet: C0, 81 and F9. RGB value is (192,129,249). Sum of RGB (Red+Green+Blue) = 192+129+249=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #C081F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C081F9 is #3F7E06. Grayscale: #A1A1A1. Windows color (decimal): -4161031 or 16351680. OLE color: 16351680.

HSL color Cylindrical-coordinate representation of color #C081F9: hue angle of 271.5º 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 #C081F9 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 129 249 -
CMYK 0.23 0.48 0 0.02
HSL 271.5º 0.91% 0.74% -
HSV(B) 271.5º 0.48% 0.98% -
XYZ 46.69 33.75 93.68 -
YUV 161.52 177.37 149.74 -
System Red Green Blue C M Y K H S L
Decimal 192 129 249 0.23 0.48 0 0.02 271.5 0.91 0.74
Hex C0 81 F9 17 30 0 2 110 5B 4A
Octal 300 201 371 27 60 0 2 420 133 112
Binary 11000000 10000001 11111001 10111 110000 0 10 100010000 1011011 1001010

Color Harmonies of #C081F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C081F9

Black with #C081F9

Text Example


Text Example

White with #C081F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C081F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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