Html Css Color HEX #C29BD5 Wisteria

📋 copy color: '#C29BD5'

red 194 ◦ green 155 ◦ blue 213

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

Shades of Wisteria #C29BD5

Tints of Wisteria #C29BD5

RGB

 RED value IS 194 (76.17% from 255) = 34.52%

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

 BLUE value IS 213 (83.59% from 255) = 37.9%

R = 34.52%
G = 27.58%
B = 37.9%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C29BD5 (or 0xC29BD5) is known color: Wisteria. HEX triplet: C2, 9B and D5. RGB value is (194,155,213). Sum of RGB (Red+Green+Blue) = 194+155+213=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #C29BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BD5 is #3D642A. Grayscale: #ADADAD. Windows color (decimal): -4023339 or 13999042. OLE color: 13999042.

HSL color Cylindrical-coordinate representation of color #C29BD5: hue angle of 280.34º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C29BD5 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 155 213 -
CMYK 0.09 0.27 0 0.16
HSL 280.34º 0.41% 0.72% -
HSV(B) 280.34º 0.27% 0.84% -
XYZ 45.98 39.72 68.19 -
YUV 173.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 194 155 213 0.09 0.27 0 0.16 280.34 0.41 0.72
Hex C2 9B D5 9 1B 0 10 118 29 48
Octal 302 233 325 11 33 0 20 430 51 110
Binary 11000010 10011011 11010101 1001 11011 0 10000 100011000 101001 1001000

Color Harmonies of #C29BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BD5

Black with #C29BD5

Text Example


Text Example

White with #C29BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BD5; }

 p { color: rgb(194,155,213); }

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

background-color css

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

 a { background-color: rgb(194,155,213); }

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

border-color css

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

 span { border-color: rgb(194,155,213); }

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