Html Css Color HEX #C29BE0 Wisteria

📋 copy color: '#C29BE0'

red 194 ◦ green 155 ◦ blue 224

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

Shades of Wisteria #C29BE0

Tints of Wisteria #C29BE0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.05%

 BLUE value IS 224 (87.89% from 255) = 39.09%

R = 33.86%
G = 27.05%
B = 39.09%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C29BE0 (or 0xC29BE0) is known color: Wisteria. HEX triplet: C2, 9B and E0. RGB value is (194,155,224). Sum of RGB (Red+Green+Blue) = 194+155+224=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #C29BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29BE0 is #3D641F. Grayscale: #AEAEAE. Windows color (decimal): -4023328 or 14719938. OLE color: 14719938.

HSL color Cylindrical-coordinate representation of color #C29BE0: hue angle of 273.91º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C29BE0 is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 155 224 -
CMYK 0.13 0.31 0 0.12
HSL 273.91º 0.53% 0.74% -
HSV(B) 273.91º 0.31% 0.88% -
XYZ 47.42 40.29 75.8 -
YUV 174.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 194 155 224 0.13 0.31 0 0.12 273.91 0.53 0.74
Hex C2 9B E0 D 1F 0 C 112 35 4A
Octal 302 233 340 15 37 0 14 422 65 112
Binary 11000010 10011011 11100000 1101 11111 0 1100 100010010 110101 1001010

Color Harmonies of #C29BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29BE0

Black with #C29BE0

Text Example


Text Example

White with #C29BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29BE0; }

 p { color: rgb(194,155,224); }

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

background-color css

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

 a { background-color: rgb(194,155,224); }

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

border-color css

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

 span { border-color: rgb(194,155,224); }

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