Html Css Color HEX #C29DCF Wisteria

📋 copy color: '#C29DCF'

red 194 ◦ green 157 ◦ blue 207

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

Shades of Wisteria #C29DCF

Tints of Wisteria #C29DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.14%

 BLUE value IS 207 (81.25% from 255) = 37.1%

R = 34.77%
G = 28.14%
B = 37.1%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C29DCF (or 0xC29DCF) is known color: Wisteria. HEX triplet: C2, 9D and CF. RGB value is (194,157,207). Sum of RGB (Red+Green+Blue) = 194+157+207=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: blue. Hex color #C29DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29DCF is #3D6230. Grayscale: #ADADAD. Windows color (decimal): -4022833 or 13606338. OLE color: 13606338.

HSL color Cylindrical-coordinate representation of color #C29DCF: hue angle of 284.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C29DCF is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 157 207 -
CMYK 0.06 0.24 0 0.19
HSL 284.4º 0.34% 0.71% -
HSV(B) 284.4º 0.24% 0.81% -
XYZ 45.57 40.09 64.37 -
YUV 173.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 194 157 207 0.06 0.24 0 0.19 284.4 0.34 0.71
Hex C2 9D CF 6 18 0 13 11C 22 47
Octal 302 235 317 6 30 0 23 434 42 107
Binary 11000010 10011101 11001111 110 11000 0 10011 100011100 100010 1000111

Color Harmonies of #C29DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29DCF

Black with #C29DCF

Text Example


Text Example

White with #C29DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29DCF; }

 p { color: rgb(194,157,207); }

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

background-color css

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

 a { background-color: rgb(194,157,207); }

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

border-color css

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

 span { border-color: rgb(194,157,207); }

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