Html Css Color HEX #C29CDE Wisteria

📋 copy color: '#C29CDE'

red 194 ◦ green 156 ◦ blue 222

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

Shades of Wisteria #C29CDE

Tints of Wisteria #C29CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.27%

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

R = 33.92%
G = 27.27%
B = 38.81%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C29CDE (or 0xC29CDE) is known color: Wisteria. HEX triplet: C2, 9C and DE. RGB value is (194,156,222). Sum of RGB (Red+Green+Blue) = 194+156+222=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #C29CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CDE is #3D6321. Grayscale: #AEAEAE. Windows color (decimal): -4023074 or 14589122. OLE color: 14589122.

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

Color convert

RGB 194 156 222 -
CMYK 0.13 0.30 0 0.13
HSL 274.55º 0.5% 0.74% -
HSV(B) 274.55º 0.3% 0.87% -
XYZ 47.32 40.52 74.43 -
YUV 174.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 194 156 222 0.13 0.30 0 0.13 274.55 0.5 0.74
Hex C2 9C DE D 1E 0 D 113 32 4A
Octal 302 234 336 15 36 0 15 423 62 112
Binary 11000010 10011100 11011110 1101 11110 0 1101 100010011 110010 1001010

Color Harmonies of #C29CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29CDE

Black with #C29CDE

Text Example


Text Example

White with #C29CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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