Html Css Color HEX #C39BDB Wisteria

📋 copy color: '#C39BDB'

red 195 ◦ green 155 ◦ blue 219

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

Shades of Wisteria #C39BDB

Tints of Wisteria #C39BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.24%

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

R = 34.27%
G = 27.24%
B = 38.49%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C39BDB (or 0xC39BDB) is known color: Wisteria. HEX triplet: C3, 9B and DB. RGB value is (195,155,219). Sum of RGB (Red+Green+Blue) = 195+155+219=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #C39BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BDB is #3C6424. Grayscale: #AEAEAE. Windows color (decimal): -3957797 or 14392259. OLE color: 14392259.

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

Color convert

RGB 195 155 219 -
CMYK 0.11 0.29 0 0.14
HSL 277.5º 0.47% 0.73% -
HSV(B) 277.5º 0.29% 0.86% -
XYZ 47.01 40.16 72.29 -
YUV 174.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 195 155 219 0.11 0.29 0 0.14 277.5 0.47 0.73
Hex C3 9B DB B 1D 0 E 116 2F 49
Octal 303 233 333 13 35 0 16 426 57 111
Binary 11000011 10011011 11011011 1011 11101 0 1110 100010110 101111 1001001

Color Harmonies of #C39BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39BDB

Black with #C39BDB

Text Example


Text Example

White with #C39BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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