Html Css Color HEX #C895DD Wisteria

📋 copy color: '#C895DD'

red 200 ◦ green 149 ◦ blue 221

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

Shades of Wisteria #C895DD

Tints of Wisteria #C895DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 35.09%
G = 26.14%
B = 38.77%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C895DD (or 0xC895DD) is known color: Wisteria. HEX triplet: C8, 95 and DD. RGB value is (200,149,221). Sum of RGB (Red+Green+Blue) = 200+149+221=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #C895DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895DD is #376A22. Grayscale: #ACACAC. Windows color (decimal): -3631651 or 14521800. OLE color: 14521800.

HSL color Cylindrical-coordinate representation of color #C895DD: hue angle of 282.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C895DD is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 149 221 -
CMYK 0.10 0.33 0 0.13
HSL 282.5º 0.51% 0.73% -
HSV(B) 282.5º 0.33% 0.87% -
XYZ 47.62 38.99 73.42 -
YUV 172.46 155.4 147.65 -
System Red Green Blue C M Y K H S L
Decimal 200 149 221 0.10 0.33 0 0.13 282.5 0.51 0.73
Hex C8 95 DD A 21 0 D 11A 33 49
Octal 310 225 335 12 41 0 15 432 63 111
Binary 11001000 10010101 11011101 1010 100001 0 1101 100011010 110011 1001001

Color Harmonies of #C895DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C895DD

Black with #C895DD

Text Example


Text Example

White with #C895DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C895DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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