Html Css Color HEX #C481EF Heliotrope

📋 copy color: '#C481EF'

red 196 ◦ green 129 ◦ blue 239

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

Shades of Heliotrope #C481EF

Tints of Heliotrope #C481EF

RGB

 RED value IS 196 (76.95% from 255) = 34.75%

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

 BLUE value IS 239 (93.75% from 255) = 42.38%

R = 34.75%
G = 22.87%
B = 42.38%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C481EF (or 0xC481EF) is known color: Heliotrope. HEX triplet: C4, 81 and EF. RGB value is (196,129,239). Sum of RGB (Red+Green+Blue) = 196+129+239=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #C481EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481EF is #3B7E10. Grayscale: #A1A1A1. Windows color (decimal): -3898897 or 15696324. OLE color: 15696324.

HSL color Cylindrical-coordinate representation of color #C481EF: hue angle of 276.55º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C481EF is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 129 239 -
CMYK 0.18 0.46 0 0.06
HSL 276.55º 0.77% 0.72% -
HSV(B) 276.55º 0.46% 0.94% -
XYZ 46.2 33.67 85.73 -
YUV 161.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 196 129 239 0.18 0.46 0 0.06 276.55 0.77 0.72
Hex C4 81 EF 12 2E 0 6 115 4D 48
Octal 304 201 357 22 56 0 6 425 115 110
Binary 11000100 10000001 11101111 10010 101110 0 110 100010101 1001101 1001000

Color Harmonies of #C481EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481EF

Black with #C481EF

Text Example


Text Example

White with #C481EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481EF; }

 p { color: rgb(196,129,239); }

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

background-color css

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

 a { background-color: rgb(196,129,239); }

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

border-color css

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

 span { border-color: rgb(196,129,239); }

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