Html Css Color HEX #C481F2 Heliotrope

📋 copy color: '#C481F2'

red 196 ◦ green 129 ◦ blue 242

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

Shades of Heliotrope #C481F2

Tints of Heliotrope #C481F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.68%

R = 34.57%
G = 22.75%
B = 42.68%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C481F2 (or 0xC481F2) is known color: Heliotrope. HEX triplet: C4, 81 and F2. RGB value is (196,129,242). Sum of RGB (Red+Green+Blue) = 196+129+242=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #C481F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481F2 is #3B7E0D. Grayscale: #A1A1A1. Windows color (decimal): -3898894 or 15892932. OLE color: 15892932.

HSL color Cylindrical-coordinate representation of color #C481F2: hue angle of 275.58º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C481F2 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 129 242 -
CMYK 0.19 0.47 0 0.05
HSL 275.58º 0.81% 0.73% -
HSV(B) 275.58º 0.47% 0.95% -
XYZ 46.64 33.85 88.08 -
YUV 161.92 173.2 152.31 -
System Red Green Blue C M Y K H S L
Decimal 196 129 242 0.19 0.47 0 0.05 275.58 0.81 0.73
Hex C4 81 F2 13 2F 0 5 114 51 49
Octal 304 201 362 23 57 0 5 424 121 111
Binary 11000100 10000001 11110010 10011 101111 0 101 100010100 1010001 1001001

Color Harmonies of #C481F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481F2

Black with #C481F2

Text Example


Text Example

White with #C481F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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