Html Css Color HEX #C39BDF Wisteria

📋 copy color: '#C39BDF'

red 195 ◦ green 155 ◦ blue 223

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

Shades of Wisteria #C39BDF

Tints of Wisteria #C39BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 34.03%
G = 27.05%
B = 38.92%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C39BDF (or 0xC39BDF) is known color: Wisteria. HEX triplet: C3, 9B and DF. RGB value is (195,155,223). Sum of RGB (Red+Green+Blue) = 195+155+223=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #C39BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BDF is #3C6420. Grayscale: #AEAEAE. Windows color (decimal): -3957793 or 14654403. OLE color: 14654403.

HSL color Cylindrical-coordinate representation of color #C39BDF: hue angle of 275.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C39BDF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 155 223 -
CMYK 0.13 0.30 0 0.13
HSL 275.29º 0.52% 0.74% -
HSV(B) 275.29º 0.3% 0.87% -
XYZ 47.55 40.37 75.1 -
YUV 174.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 195 155 223 0.13 0.30 0 0.13 275.29 0.52 0.74
Hex C3 9B DF D 1E 0 D 113 34 4A
Octal 303 233 337 15 36 0 15 423 64 112
Binary 11000011 10011011 11011111 1101 11110 0 1101 100010011 110100 1001010

Color Harmonies of #C39BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39BDF

Black with #C39BDF

Text Example


Text Example

White with #C39BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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