Html Css Color HEX #C29FDC Wisteria

📋 copy color: '#C29FDC'

red 194 ◦ green 159 ◦ blue 220

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

Shades of Wisteria #C29FDC

Tints of Wisteria #C29FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.75%

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 33.86%
G = 27.75%
B = 38.39%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C29FDC (or 0xC29FDC) is known color: Wisteria. HEX triplet: C2, 9F and DC. RGB value is (194,159,220). Sum of RGB (Red+Green+Blue) = 194+159+220=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #C29FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FDC is #3D6023. Grayscale: #B0B0B0. Windows color (decimal): -4022308 or 14458818. OLE color: 14458818.

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

Color convert

RGB 194 159 220 -
CMYK 0.12 0.28 0 0.14
HSL 274.43º 0.47% 0.74% -
HSV(B) 274.43º 0.28% 0.86% -
XYZ 47.56 41.43 73.2 -
YUV 176.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 194 159 220 0.12 0.28 0 0.14 274.43 0.47 0.74
Hex C2 9F DC C 1C 0 E 112 2F 4A
Octal 302 237 334 14 34 0 16 422 57 112
Binary 11000010 10011111 11011100 1100 11100 0 1110 100010010 101111 1001010

Color Harmonies of #C29FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FDC

Black with #C29FDC

Text Example


Text Example

White with #C29FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FDC; }

 p { color: rgb(194,159,220); }

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

background-color css

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

 a { background-color: rgb(194,159,220); }

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

border-color css

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

 span { border-color: rgb(194,159,220); }

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