Html Css Color HEX #C29ECF Wisteria

📋 copy color: '#C29ECF'

red 194 ◦ green 158 ◦ blue 207

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

Shades of Wisteria #C29ECF

Tints of Wisteria #C29ECF

RGB

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

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

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

R = 34.7%
G = 28.26%
B = 37.03%

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

#C29ECF (or 0xC29ECF) is known color: Wisteria. HEX triplet: C2, 9E and CF. RGB value is (194,158,207). Sum of RGB (Red+Green+Blue) = 194+158+207=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #C29ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29ECF is #3D6130. Grayscale: #AEAEAE. Windows color (decimal): -4022577 or 13606594. OLE color: 13606594.

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

Color convert

RGB 194 158 207 -
CMYK 0.06 0.24 0 0.19
HSL 284.08º 0.34% 0.72% -
HSV(B) 284.08º 0.24% 0.81% -
XYZ 45.74 40.43 64.42 -
YUV 174.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 194 158 207 0.06 0.24 0 0.19 284.08 0.34 0.72
Hex C2 9E CF 6 18 0 13 11C 22 48
Octal 302 236 317 6 30 0 23 434 42 110
Binary 11000010 10011110 11001111 110 11000 0 10011 100011100 100010 1001000

Color Harmonies of #C29ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29ECF

Black with #C29ECF

Text Example


Text Example

White with #C29ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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