Html Css Color HEX #C29CDB Wisteria

📋 copy color: '#C29CDB'

red 194 ◦ green 156 ◦ blue 219

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

Shades of Wisteria #C29CDB

Tints of Wisteria #C29CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 34.09%
G = 27.42%
B = 38.49%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C29CDB (or 0xC29CDB) is known color: Wisteria. HEX triplet: C2, 9C and DB. RGB value is (194,156,219). Sum of RGB (Red+Green+Blue) = 194+156+219=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 156 (61.33% from 255 or 27.42% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #C29CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CDB is #3D6324. Grayscale: #AEAEAE. Windows color (decimal): -4023077 or 14392514. OLE color: 14392514.

HSL color Cylindrical-coordinate representation of color #C29CDB: hue angle of 276.19º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C29CDB is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 156 219 -
CMYK 0.11 0.29 0 0.14
HSL 276.19º 0.47% 0.74% -
HSV(B) 276.19º 0.29% 0.86% -
XYZ 46.92 40.36 72.34 -
YUV 174.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 194 156 219 0.11 0.29 0 0.14 276.19 0.47 0.74
Hex C2 9C DB B 1D 0 E 114 2F 4A
Octal 302 234 333 13 35 0 16 424 57 112
Binary 11000010 10011100 11011011 1011 11101 0 1110 100010100 101111 1001010

Color Harmonies of #C29CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29CDB

Black with #C29CDB

Text Example


Text Example

White with #C29CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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