Html Css Color HEX #C29EDD Wisteria

📋 copy color: '#C29EDD'

red 194 ◦ green 158 ◦ blue 221

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

Shades of Wisteria #C29EDD

Tints of Wisteria #C29EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.57%

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 33.86%
G = 27.57%
B = 38.57%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C29EDD (or 0xC29EDD) is known color: Wisteria. HEX triplet: C2, 9E and DD. RGB value is (194,158,221). Sum of RGB (Red+Green+Blue) = 194+158+221=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #C29EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EDD is #3D6122. Grayscale: #AFAFAF. Windows color (decimal): -4022563 or 14524098. OLE color: 14524098.

HSL color Cylindrical-coordinate representation of color #C29EDD: hue angle of 274.29º degrees, saturation: 0.48, 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 #C29EDD is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 158 221 -
CMYK 0.12 0.29 0 0.13
HSL 274.29º 0.48% 0.74% -
HSV(B) 274.29º 0.29% 0.87% -
XYZ 47.53 41.14 73.84 -
YUV 175.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 194 158 221 0.12 0.29 0 0.13 274.29 0.48 0.74
Hex C2 9E DD C 1D 0 D 112 30 4A
Octal 302 236 335 14 35 0 15 422 60 112
Binary 11000010 10011110 11011101 1100 11101 0 1101 100010010 110000 1001010

Color Harmonies of #C29EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29EDD

Black with #C29EDD

Text Example


Text Example

White with #C29EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29EDD; }

 p { color: rgb(194,158,221); }

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

background-color css

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

 a { background-color: rgb(194,158,221); }

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

border-color css

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

 span { border-color: rgb(194,158,221); }

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