Html Css Color HEX #C29FCF Wisteria

📋 copy color: '#C29FCF'

red 194 ◦ green 159 ◦ blue 207

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

Shades of Wisteria #C29FCF

Tints of Wisteria #C29FCF

RGB

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

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

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

R = 34.64%
G = 28.39%
B = 36.96%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C29FCF (or 0xC29FCF) is known color: Wisteria. HEX triplet: C2, 9F and CF. RGB value is (194,159,207). Sum of RGB (Red+Green+Blue) = 194+159+207=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #C29FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FCF is #3D6030. Grayscale: #AEAEAE. Windows color (decimal): -4022321 or 13606850. OLE color: 13606850.

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

Color convert

RGB 194 159 207 -
CMYK 0.06 0.23 0 0.19
HSL 283.75º 0.33% 0.72% -
HSV(B) 283.75º 0.23% 0.81% -
XYZ 45.91 40.77 64.48 -
YUV 174.94 146.1 141.6 -
System Red Green Blue C M Y K H S L
Decimal 194 159 207 0.06 0.23 0 0.19 283.75 0.33 0.72
Hex C2 9F CF 6 17 0 13 11C 21 48
Octal 302 237 317 6 27 0 23 434 41 110
Binary 11000010 10011111 11001111 110 10111 0 10011 100011100 100001 1001000

Color Harmonies of #C29FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29FCF

Black with #C29FCF

Text Example


Text Example

White with #C29FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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