Html Css Color HEX #C29AD0 Wisteria

📋 copy color: '#C29AD0'

red 194 ◦ green 154 ◦ blue 208

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

Shades of Wisteria #C29AD0

Tints of Wisteria #C29AD0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.7%

 BLUE value IS 208 (81.64% from 255) = 37.41%

R = 34.89%
G = 27.7%
B = 37.41%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C29AD0 (or 0xC29AD0) is known color: Wisteria. HEX triplet: C2, 9A and D0. RGB value is (194,154,208). Sum of RGB (Red+Green+Blue) = 194+154+208=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #C29AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29AD0 is #3D652F. Grayscale: #ABABAB. Windows color (decimal): -4023600 or 13671106. OLE color: 13671106.

HSL color Cylindrical-coordinate representation of color #C29AD0: hue angle of 284.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C29AD0 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 154 208 -
CMYK 0.07 0.26 0 0.18
HSL 284.44º 0.36% 0.71% -
HSV(B) 284.44º 0.26% 0.82% -
XYZ 45.19 39.13 64.85 -
YUV 172.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 194 154 208 0.07 0.26 0 0.18 284.44 0.36 0.71
Hex C2 9A D0 7 1A 0 12 11C 24 47
Octal 302 232 320 7 32 0 22 434 44 107
Binary 11000010 10011010 11010000 111 11010 0 10010 100011100 100100 1000111

Color Harmonies of #C29AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29AD0

Black with #C29AD0

Text Example


Text Example

White with #C29AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29AD0; }

 p { color: rgb(194,154,208); }

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

background-color css

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

 a { background-color: rgb(194,154,208); }

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

border-color css

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

 span { border-color: rgb(194,154,208); }

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