Html Css Color HEX #C29DDE Wisteria

📋 copy color: '#C29DDE'

red 194 ◦ green 157 ◦ blue 222

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

Shades of Wisteria #C29DDE

Tints of Wisteria #C29DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.74%

R = 33.86%
G = 27.4%
B = 38.74%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C29DDE (or 0xC29DDE) is known color: Wisteria. HEX triplet: C2, 9D and DE. RGB value is (194,157,222). Sum of RGB (Red+Green+Blue) = 194+157+222=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #C29DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DDE is #3D6221. Grayscale: #AFAFAF. Windows color (decimal): -4022818 or 14589378. OLE color: 14589378.

HSL color Cylindrical-coordinate representation of color #C29DDE: hue angle of 274.15º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C29DDE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 157 222 -
CMYK 0.13 0.29 0 0.13
HSL 274.15º 0.5% 0.74% -
HSV(B) 274.15º 0.29% 0.87% -
XYZ 47.49 40.86 74.49 -
YUV 175.47 154.26 141.21 -
System Red Green Blue C M Y K H S L
Decimal 194 157 222 0.13 0.29 0 0.13 274.15 0.5 0.74
Hex C2 9D DE D 1D 0 D 112 32 4A
Octal 302 235 336 15 35 0 15 422 62 112
Binary 11000010 10011101 11011110 1101 11101 0 1101 100010010 110010 1001010

Color Harmonies of #C29DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DDE

Black with #C29DDE

Text Example


Text Example

White with #C29DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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