Html Css Color HEX #C895D7 Wisteria

📋 copy color: '#C895D7'

red 200 ◦ green 149 ◦ blue 215

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

Shades of Wisteria #C895D7

Tints of Wisteria #C895D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.12%

R = 35.46%
G = 26.42%
B = 38.12%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C895D7 (or 0xC895D7) is known color: Wisteria. HEX triplet: C8, 95 and D7. RGB value is (200,149,215). Sum of RGB (Red+Green+Blue) = 200+149+215=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #C895D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895D7 is #376A28. Grayscale: #ABABAB. Windows color (decimal): -3631657 or 14128584. OLE color: 14128584.

HSL color Cylindrical-coordinate representation of color #C895D7: hue angle of 286.36º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C895D7 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 149 215 -
CMYK 0.07 0.31 0 0.16
HSL 286.36º 0.45% 0.71% -
HSV(B) 286.36º 0.31% 0.84% -
XYZ 46.83 38.68 69.29 -
YUV 171.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 200 149 215 0.07 0.31 0 0.16 286.36 0.45 0.71
Hex C8 95 D7 7 1F 0 10 11E 2D 47
Octal 310 225 327 7 37 0 20 436 55 107
Binary 11001000 10010101 11010111 111 11111 0 10000 100011110 101101 1000111

Color Harmonies of #C895D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C895D7

Black with #C895D7

Text Example


Text Example

White with #C895D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C895D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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