Html Css Color HEX #C486FA Heliotrope

📋 copy color: '#C486FA'

red 196 ◦ green 134 ◦ blue 250

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

Shades of Heliotrope #C486FA

Tints of Heliotrope #C486FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.1%

R = 33.79%
G = 23.1%
B = 43.1%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C486FA (or 0xC486FA) is known color: Heliotrope. HEX triplet: C4, 86 and FA. RGB value is (196,134,250). Sum of RGB (Red+Green+Blue) = 196+134+250=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 134 (52.73% from 255 or 23.10% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #C486FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C486FA is #3B7905. Grayscale: #A5A5A5. Windows color (decimal): -3897606 or 16418500. OLE color: 16418500.

HSL color Cylindrical-coordinate representation of color #C486FA: hue angle of 272.07º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C486FA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 134 250 -
CMYK 0.22 0.46 0 0.02
HSL 272.07º 0.92% 0.75% -
HSV(B) 272.07º 0.46% 0.98% -
XYZ 48.55 35.69 94.77 -
YUV 165.76 175.54 149.57 -
System Red Green Blue C M Y K H S L
Decimal 196 134 250 0.22 0.46 0 0.02 272.07 0.92 0.75
Hex C4 86 FA 16 2E 0 2 110 5C 4B
Octal 304 206 372 26 56 0 2 420 134 113
Binary 11000100 10000110 11111010 10110 101110 0 10 100010000 1011100 1001011

Color Harmonies of #C486FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486FA

Black with #C486FA

Text Example


Text Example

White with #C486FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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