Html Css Color HEX #C481FD Heliotrope

📋 copy color: '#C481FD'

red 196 ◦ green 129 ◦ blue 253

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

Shades of Heliotrope #C481FD

Tints of Heliotrope #C481FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.77%

R = 33.91%
G = 22.32%
B = 43.77%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C481FD (or 0xC481FD) is known color: Heliotrope. HEX triplet: C4, 81 and FD. RGB value is (196,129,253). Sum of RGB (Red+Green+Blue) = 196+129+253=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #C481FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C481FD is #3B7E02. Grayscale: #A2A2A2. Windows color (decimal): -3898883 or 16613828. OLE color: 16613828.

HSL color Cylindrical-coordinate representation of color #C481FD: hue angle of 272.42º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C481FD is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 129 253 -
CMYK 0.23 0.49 0 0.01
HSL 272.42º 0.97% 0.75% -
HSV(B) 272.42º 0.49% 0.99% -
XYZ 48.34 34.53 97.05 -
YUV 163.17 178.7 151.42 -
System Red Green Blue C M Y K H S L
Decimal 196 129 253 0.23 0.49 0 0.01 272.42 0.97 0.75
Hex C4 81 FD 17 31 0 1 110 61 4B
Octal 304 201 375 27 61 0 1 420 141 113
Binary 11000100 10000001 11111101 10111 110001 0 1 100010000 1100001 1001011

Color Harmonies of #C481FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481FD

Black with #C481FD

Text Example


Text Example

White with #C481FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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