Html Css Color HEX #C395DB Wisteria

📋 copy color: '#C395DB'

red 195 ◦ green 149 ◦ blue 219

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

Shades of Wisteria #C395DB

Tints of Wisteria #C395DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 34.64%
G = 26.47%
B = 38.9%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C395DB (or 0xC395DB) is known color: Wisteria. HEX triplet: C3, 95 and DB. RGB value is (195,149,219). Sum of RGB (Red+Green+Blue) = 195+149+219=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 149 (58.59% from 255 or 26.47% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #C395DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395DB is #3C6A24. Grayscale: #AAAAAA. Windows color (decimal): -3959333 or 14390723. OLE color: 14390723.

HSL color Cylindrical-coordinate representation of color #C395DB: hue angle of 279.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C395DB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 149 219 -
CMYK 0.11 0.32 0 0.14
HSL 279.43º 0.49% 0.72% -
HSV(B) 279.43º 0.32% 0.86% -
XYZ 46.04 38.21 71.97 -
YUV 170.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 195 149 219 0.11 0.32 0 0.14 279.43 0.49 0.72
Hex C3 95 DB B 20 0 E 117 31 48
Octal 303 225 333 13 40 0 16 427 61 110
Binary 11000011 10010101 11011011 1011 100000 0 1110 100010111 110001 1001000

Color Harmonies of #C395DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C395DB

Black with #C395DB

Text Example


Text Example

White with #C395DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C395DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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