Html Css Color HEX #C39BCE Wisteria

📋 copy color: '#C39BCE'

red 195 ◦ green 155 ◦ blue 206

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

Shades of Wisteria #C39BCE

Tints of Wisteria #C39BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.05%

R = 35.07%
G = 27.88%
B = 37.05%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C39BCE (or 0xC39BCE) is known color: Wisteria. HEX triplet: C3, 9B and CE. RGB value is (195,155,206). Sum of RGB (Red+Green+Blue) = 195+155+206=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #C39BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BCE is #3C6431. Grayscale: #ACACAC. Windows color (decimal): -3957810 or 13540291. OLE color: 13540291.

HSL color Cylindrical-coordinate representation of color #C39BCE: hue angle of 287.06º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C39BCE is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 155 206 -
CMYK 0.05 0.25 0 0.19
HSL 287.06º 0.34% 0.71% -
HSV(B) 287.06º 0.25% 0.81% -
XYZ 45.37 39.5 63.63 -
YUV 172.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 195 155 206 0.05 0.25 0 0.19 287.06 0.34 0.71
Hex C3 9B CE 5 19 0 13 11F 22 47
Octal 303 233 316 5 31 0 23 437 42 107
Binary 11000011 10011011 11001110 101 11001 0 10011 100011111 100010 1000111

Color Harmonies of #C39BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39BCE

Black with #C39BCE

Text Example


Text Example

White with #C39BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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