Html Css Color HEX #C295DA Wisteria

📋 copy color: '#C295DA'

red 194 ◦ green 149 ◦ blue 218

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

Shades of Wisteria #C295DA

Tints of Wisteria #C295DA

RGB

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

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

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

R = 34.58%
G = 26.56%
B = 38.86%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C295DA (or 0xC295DA) is known color: Wisteria. HEX triplet: C2, 95 and DA. RGB value is (194,149,218). Sum of RGB (Red+Green+Blue) = 194+149+218=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #C295DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C295DA is #3D6A25. Grayscale: #AAAAAA. Windows color (decimal): -4024870 or 14325186. OLE color: 14325186.

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

Color convert

RGB 194 149 218 -
CMYK 0.11 0.32 0 0.15
HSL 279.13º 0.48% 0.72% -
HSV(B) 279.13º 0.32% 0.85% -
XYZ 45.65 38.03 71.26 -
YUV 170.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 194 149 218 0.11 0.32 0 0.15 279.13 0.48 0.72
Hex C2 95 DA B 20 0 F 117 30 48
Octal 302 225 332 13 40 0 17 427 60 110
Binary 11000010 10010101 11011010 1011 100000 0 1111 100010111 110000 1001000

Color Harmonies of #C295DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C295DA

Black with #C295DA

Text Example


Text Example

White with #C295DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C295DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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