Html Css Color HEX #C386FC Heliotrope

📋 copy color: '#C386FC'

red 195 ◦ green 134 ◦ blue 252

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

Shades of Heliotrope #C386FC

Tints of Heliotrope #C386FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.37%

R = 33.56%
G = 23.06%
B = 43.37%

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

#C386FC (or 0xC386FC) is known color: Heliotrope. HEX triplet: C3, 86 and FC. RGB value is (195,134,252). Sum of RGB (Red+Green+Blue) = 195+134+252=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #C386FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C386FC is #3C7903. Grayscale: #A5A5A5. Windows color (decimal): -3963140 or 16549571. OLE color: 16549571.

HSL color Cylindrical-coordinate representation of color #C386FC: hue angle of 271.02º degrees, saturation: 0.95, 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 #C386FC is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 134 252 -
CMYK 0.23 0.47 0 0.01
HSL 271.02º 0.95% 0.76% -
HSV(B) 271.02º 0.47% 0.99% -
XYZ 48.6 35.68 96.42 -
YUV 165.69 176.71 148.91 -
System Red Green Blue C M Y K H S L
Decimal 195 134 252 0.23 0.47 0 0.01 271.02 0.95 0.76
Hex C3 86 FC 17 2F 0 1 10F 5F 4C
Octal 303 206 374 27 57 0 1 417 137 114
Binary 11000011 10000110 11111100 10111 101111 0 1 100001111 1011111 1001100

Color Harmonies of #C386FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386FC

Black with #C386FC

Text Example


Text Example

White with #C386FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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