Html Css Color HEX #C895D9 Wisteria

📋 copy color: '#C895D9'

red 200 ◦ green 149 ◦ blue 217

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

Shades of Wisteria #C895D9

Tints of Wisteria #C895D9

RGB

 RED value IS 200 (78.52% from 255) = 35.34%

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

 BLUE value IS 217 (85.16% from 255) = 38.34%

R = 35.34%
G = 26.33%
B = 38.34%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C895D9 (or 0xC895D9) is known color: Wisteria. HEX triplet: C8, 95 and D9. RGB value is (200,149,217). Sum of RGB (Red+Green+Blue) = 200+149+217=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #C895D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895D9 is #376A26. Grayscale: #ABABAB. Windows color (decimal): -3631655 or 14259656. OLE color: 14259656.

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

Color convert

RGB 200 149 217 -
CMYK 0.08 0.31 0 0.15
HSL 285º 0.47% 0.72% -
HSV(B) 285º 0.31% 0.85% -
XYZ 47.09 38.78 70.65 -
YUV 172 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 200 149 217 0.08 0.31 0 0.15 285 0.47 0.72
Hex C8 95 D9 8 1F 0 F 11D 2F 48
Octal 310 225 331 10 37 0 17 435 57 110
Binary 11001000 10010101 11011001 1000 11111 0 1111 100011101 101111 1001000

Color Harmonies of #C895D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C895D9

Black with #C895D9

Text Example


Text Example

White with #C895D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C895D9; }

 p { color: rgb(200,149,217); }

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

background-color css

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

 a { background-color: rgb(200,149,217); }

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

border-color css

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

 span { border-color: rgb(200,149,217); }

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