Html Css Color HEX #C29DD2 Wisteria

📋 copy color: '#C29DD2'

red 194 ◦ green 157 ◦ blue 210

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

Shades of Wisteria #C29DD2

Tints of Wisteria #C29DD2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.99%

 BLUE value IS 210 (82.42% from 255) = 37.43%

R = 34.58%
G = 27.99%
B = 37.43%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C29DD2 (or 0xC29DD2) is known color: Wisteria. HEX triplet: C2, 9D and D2. RGB value is (194,157,210). Sum of RGB (Red+Green+Blue) = 194+157+210=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #C29DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DD2 is #3D622D. Grayscale: #ADADAD. Windows color (decimal): -4022830 or 13802946. OLE color: 13802946.

HSL color Cylindrical-coordinate representation of color #C29DD2: hue angle of 281.89º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C29DD2 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 157 210 -
CMYK 0.08 0.25 0 0.18
HSL 281.89º 0.37% 0.72% -
HSV(B) 281.89º 0.25% 0.82% -
XYZ 45.94 40.24 66.32 -
YUV 174.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 194 157 210 0.08 0.25 0 0.18 281.89 0.37 0.72
Hex C2 9D D2 8 19 0 12 11A 25 48
Octal 302 235 322 10 31 0 22 432 45 110
Binary 11000010 10011101 11010010 1000 11001 0 10010 100011010 100101 1001000

Color Harmonies of #C29DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DD2

Black with #C29DD2

Text Example


Text Example

White with #C29DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DD2; }

 p { color: rgb(194,157,210); }

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

background-color css

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

 a { background-color: rgb(194,157,210); }

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

border-color css

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

 span { border-color: rgb(194,157,210); }

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