Html Css Color HEX #C386FA Heliotrope

📋 copy color: '#C386FA'

red 195 ◦ green 134 ◦ blue 250

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

Shades of Heliotrope #C386FA

Tints of Heliotrope #C386FA

RGB

 RED value IS 195 (76.56% from 255) = 33.68%

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

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

R = 33.68%
G = 23.14%
B = 43.18%

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

#C386FA (or 0xC386FA) is known color: Heliotrope. HEX triplet: C3, 86 and FA. RGB value is (195,134,250). Sum of RGB (Red+Green+Blue) = 195+134+250=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #C386FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C386FA is #3C7905. Grayscale: #A5A5A5. Windows color (decimal): -3963142 or 16418499. OLE color: 16418499.

HSL color Cylindrical-coordinate representation of color #C386FA: hue angle of 271.55º 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 #C386FA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 134 250 -
CMYK 0.22 0.46 0 0.02
HSL 271.55º 0.92% 0.75% -
HSV(B) 271.55º 0.46% 0.98% -
XYZ 48.29 35.55 94.76 -
YUV 165.46 175.71 149.07 -
System Red Green Blue C M Y K H S L
Decimal 195 134 250 0.22 0.46 0 0.02 271.55 0.92 0.75
Hex C3 86 FA 16 2E 0 2 110 5C 4B
Octal 303 206 372 26 56 0 2 420 134 113
Binary 11000011 10000110 11111010 10110 101110 0 10 100010000 1011100 1001011

Color Harmonies of #C386FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386FA

Black with #C386FA

Text Example


Text Example

White with #C386FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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