Html Css Color HEX #C395EF Wisteria

📋 copy color: '#C395EF'

red 195 ◦ green 149 ◦ blue 239

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

Shades of Wisteria #C395EF

Tints of Wisteria #C395EF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.56%

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

R = 33.45%
G = 25.56%
B = 40.99%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C395EF (or 0xC395EF) is known color: Wisteria. HEX triplet: C3, 95 and EF. RGB value is (195,149,239). Sum of RGB (Red+Green+Blue) = 195+149+239=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #C395EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C395EF is #3C6A10. Grayscale: #ACACAC. Windows color (decimal): -3959313 or 15701443. OLE color: 15701443.

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

Color convert

RGB 195 149 239 -
CMYK 0.18 0.38 0 0.06
HSL 270.67º 0.74% 0.76% -
HSV(B) 270.67º 0.38% 0.94% -
XYZ 48.83 39.33 86.68 -
YUV 173.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 195 149 239 0.18 0.38 0 0.06 270.67 0.74 0.76
Hex C3 95 EF 12 26 0 6 10F 4A 4C
Octal 303 225 357 22 46 0 6 417 112 114
Binary 11000011 10010101 11101111 10010 100110 0 110 100001111 1001010 1001100

Color Harmonies of #C395EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C395EF

Black with #C395EF

Text Example


Text Example

White with #C395EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C395EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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