Html Css Color HEX #C29EDA Wisteria

📋 copy color: '#C29EDA'

red 194 ◦ green 158 ◦ blue 218

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

Shades of Wisteria #C29EDA

Tints of Wisteria #C29EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 34.04%
G = 27.72%
B = 38.25%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C29EDA (or 0xC29EDA) is known color: Wisteria. HEX triplet: C2, 9E and DA. RGB value is (194,158,218). Sum of RGB (Red+Green+Blue) = 194+158+218=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #C29EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29EDA is #3D6125. Grayscale: #AFAFAF. Windows color (decimal): -4022566 or 14327490. OLE color: 14327490.

HSL color Cylindrical-coordinate representation of color #C29EDA: hue angle of 276º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C29EDA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 158 218 -
CMYK 0.11 0.28 0 0.15
HSL 276º 0.45% 0.74% -
HSV(B) 276º 0.28% 0.85% -
XYZ 47.13 40.99 71.76 -
YUV 175.6 151.93 141.12 -
System Red Green Blue C M Y K H S L
Decimal 194 158 218 0.11 0.28 0 0.15 276 0.45 0.74
Hex C2 9E DA B 1C 0 F 114 2D 4A
Octal 302 236 332 13 34 0 17 424 55 112
Binary 11000010 10011110 11011010 1011 11100 0 1111 100010100 101101 1001010

Color Harmonies of #C29EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29EDA

Black with #C29EDA

Text Example


Text Example

White with #C29EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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