Html Css Color HEX #C39BDC Wisteria

📋 copy color: '#C39BDC'

red 195 ◦ green 155 ◦ blue 220

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

Shades of Wisteria #C39BDC

Tints of Wisteria #C39BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 34.21%
G = 27.19%
B = 38.6%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C39BDC (or 0xC39BDC) is known color: Wisteria. HEX triplet: C3, 9B and DC. RGB value is (195,155,220). Sum of RGB (Red+Green+Blue) = 195+155+220=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #C39BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BDC is #3C6423. Grayscale: #AEAEAE. Windows color (decimal): -3957796 or 14457795. OLE color: 14457795.

HSL color Cylindrical-coordinate representation of color #C39BDC: hue angle of 276.92º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C39BDC is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 155 220 -
CMYK 0.11 0.30 0 0.14
HSL 276.92º 0.48% 0.74% -
HSV(B) 276.92º 0.3% 0.86% -
XYZ 47.15 40.21 72.99 -
YUV 174.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 195 155 220 0.11 0.30 0 0.14 276.92 0.48 0.74
Hex C3 9B DC B 1E 0 E 115 30 4A
Octal 303 233 334 13 36 0 16 425 60 112
Binary 11000011 10011011 11011100 1011 11110 0 1110 100010101 110000 1001010

Color Harmonies of #C39BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39BDC

Black with #C39BDC

Text Example


Text Example

White with #C39BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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