Html Css Color HEX #C486FD Heliotrope

📋 copy color: '#C486FD'

red 196 ◦ green 134 ◦ blue 253

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

Shades of Heliotrope #C486FD

Tints of Heliotrope #C486FD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 22.98%

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

R = 33.62%
G = 22.98%
B = 43.4%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C486FD (or 0xC486FD) is known color: Heliotrope. HEX triplet: C4, 86 and FD. RGB value is (196,134,253). Sum of RGB (Red+Green+Blue) = 196+134+253=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 134 (52.73% from 255 or 22.98% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #C486FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C486FD is #3B7902. Grayscale: #A5A5A5. Windows color (decimal): -3897603 or 16615108. OLE color: 16615108.

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

Color convert

RGB 196 134 253 -
CMYK 0.23 0.47 0 0.01
HSL 271.26º 0.97% 0.76% -
HSV(B) 271.26º 0.47% 0.99% -
XYZ 49.02 35.88 97.27 -
YUV 166.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 196 134 253 0.23 0.47 0 0.01 271.26 0.97 0.76
Hex C4 86 FD 17 2F 0 1 10F 61 4C
Octal 304 206 375 27 57 0 1 417 141 114
Binary 11000100 10000110 11111101 10111 101111 0 1 100001111 1100001 1001100

Color Harmonies of #C486FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486FD

Black with #C486FD

Text Example


Text Example

White with #C486FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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