Html Css Color HEX #C29CCF Wisteria

📋 copy color: '#C29CCF'

red 194 ◦ green 156 ◦ blue 207

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

Shades of Wisteria #C29CCF

Tints of Wisteria #C29CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.01%

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

R = 34.83%
G = 28.01%
B = 37.16%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C29CCF (or 0xC29CCF) is known color: Wisteria. HEX triplet: C2, 9C and CF. RGB value is (194,156,207). Sum of RGB (Red+Green+Blue) = 194+156+207=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 156 (61.33% from 255 or 28.01% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #C29CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29CCF is #3D6330. Grayscale: #ADADAD. Windows color (decimal): -4023089 or 13606082. OLE color: 13606082.

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

Color convert

RGB 194 156 207 -
CMYK 0.06 0.25 0 0.19
HSL 284.71º 0.35% 0.71% -
HSV(B) 284.71º 0.25% 0.81% -
XYZ 45.4 39.75 64.31 -
YUV 173.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 194 156 207 0.06 0.25 0 0.19 284.71 0.35 0.71
Hex C2 9C CF 6 19 0 13 11D 23 47
Octal 302 234 317 6 31 0 23 435 43 107
Binary 11000010 10011100 11001111 110 11001 0 10011 100011101 100011 1000111

Color Harmonies of #C29CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29CCF

Black with #C29CCF

Text Example


Text Example

White with #C29CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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