Html Css Color HEX #C081F6 Heliotrope

📋 copy color: '#C081F6'

red 192 ◦ green 129 ◦ blue 246

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

Shades of Heliotrope #C081F6

Tints of Heliotrope #C081F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.39%

R = 33.86%
G = 22.75%
B = 43.39%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C081F6 (or 0xC081F6) is known color: Heliotrope. HEX triplet: C0, 81 and F6. RGB value is (192,129,246). Sum of RGB (Red+Green+Blue) = 192+129+246=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #C081F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C081F6 is #3F7E09. Grayscale: #A0A0A0. Windows color (decimal): -4161034 or 16155072. OLE color: 16155072.

HSL color Cylindrical-coordinate representation of color #C081F6: hue angle of 272.31º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C081F6 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 129 246 -
CMYK 0.22 0.48 0 0.04
HSL 272.31º 0.87% 0.74% -
HSV(B) 272.31º 0.48% 0.96% -
XYZ 46.22 33.56 91.23 -
YUV 161.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 192 129 246 0.22 0.48 0 0.04 272.31 0.87 0.74
Hex C0 81 F6 16 30 0 4 110 57 4A
Octal 300 201 366 26 60 0 4 420 127 112
Binary 11000000 10000001 11110110 10110 110000 0 100 100010000 1010111 1001010

Color Harmonies of #C081F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C081F6

Black with #C081F6

Text Example


Text Example

White with #C081F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C081F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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