Html Css Color HEX #C39BCD Wisteria

📋 copy color: '#C39BCD'

red 195 ◦ green 155 ◦ blue 205

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

Shades of Wisteria #C39BCD

Tints of Wisteria #C39BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 35.14%
G = 27.93%
B = 36.94%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C39BCD (or 0xC39BCD) is known color: Wisteria. HEX triplet: C3, 9B and CD. RGB value is (195,155,205). Sum of RGB (Red+Green+Blue) = 195+155+205=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #C39BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BCD is #3C6432. Grayscale: #ACACAC. Windows color (decimal): -3957811 or 13474755. OLE color: 13474755.

HSL color Cylindrical-coordinate representation of color #C39BCD: hue angle of 288º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C39BCD is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 155 205 -
CMYK 0.05 0.24 0 0.20
HSL 288º 0.33% 0.71% -
HSV(B) 288º 0.24% 0.8% -
XYZ 45.25 39.45 62.99 -
YUV 172.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 195 155 205 0.05 0.24 0 0.20 288 0.33 0.71
Hex C3 9B CD 5 18 0 14 120 21 47
Octal 303 233 315 5 30 0 24 440 41 107
Binary 11000011 10011011 11001101 101 11000 0 10100 100100000 100001 1000111

Color Harmonies of #C39BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39BCD

Black with #C39BCD

Text Example


Text Example

White with #C39BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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