Html Css Color HEX #C295D3 Wisteria

📋 copy color: '#C295D3'

red 194 ◦ green 149 ◦ blue 211

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

Shades of Wisteria #C295D3

Tints of Wisteria #C295D3

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.9%

 BLUE value IS 211 (82.81% from 255) = 38.09%

R = 35.02%
G = 26.9%
B = 38.09%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C295D3 (or 0xC295D3) is known color: Wisteria. HEX triplet: C2, 95 and D3. RGB value is (194,149,211). Sum of RGB (Red+Green+Blue) = 194+149+211=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 211 - color contains mainly: blue. Hex color #C295D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295D3 is #3D6A2C. Grayscale: #A9A9A9. Windows color (decimal): -4024877 or 13866434. OLE color: 13866434.

HSL color Cylindrical-coordinate representation of color #C295D3: hue angle of 283.55º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C295D3 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 149 211 -
CMYK 0.08 0.29 0 0.17
HSL 283.55º 0.41% 0.71% -
HSV(B) 283.55º 0.29% 0.83% -
XYZ 44.75 37.67 66.54 -
YUV 169.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 194 149 211 0.08 0.29 0 0.17 283.55 0.41 0.71
Hex C2 95 D3 8 1D 0 11 11C 29 47
Octal 302 225 323 10 35 0 21 434 51 107
Binary 11000010 10010101 11010011 1000 11101 0 10001 100011100 101001 1000111

Color Harmonies of #C295D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295D3

Black with #C295D3

Text Example


Text Example

White with #C295D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295D3; }

 p { color: rgb(194,149,211); }

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

background-color css

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

 a { background-color: rgb(194,149,211); }

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

border-color css

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

 span { border-color: rgb(194,149,211); }

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