Html Css Color HEX #C386EF Wisteria

📋 copy color: '#C386EF'

red 195 ◦ green 134 ◦ blue 239

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

Shades of Wisteria #C386EF

Tints of Wisteria #C386EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.08%

R = 34.33%
G = 23.59%
B = 42.08%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C386EF (or 0xC386EF) is known color: Wisteria. HEX triplet: C3, 86 and EF. RGB value is (195,134,239). Sum of RGB (Red+Green+Blue) = 195+134+239=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 134 (52.73% from 255 or 23.59% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #C386EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C386EF is #3C7910. Grayscale: #A3A3A3. Windows color (decimal): -3963153 or 15697603. OLE color: 15697603.

HSL color Cylindrical-coordinate representation of color #C386EF: hue angle of 274.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C386EF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 134 239 -
CMYK 0.18 0.44 0 0.06
HSL 274.86º 0.77% 0.73% -
HSV(B) 274.86º 0.44% 0.94% -
XYZ 46.61 34.88 85.94 -
YUV 164.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 195 134 239 0.18 0.44 0 0.06 274.86 0.77 0.73
Hex C3 86 EF 12 2C 0 6 113 4D 49
Octal 303 206 357 22 54 0 6 423 115 111
Binary 11000011 10000110 11101111 10010 101100 0 110 100010011 1001101 1001001

Color Harmonies of #C386EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386EF

Black with #C386EF

Text Example


Text Example

White with #C386EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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