Html Css Color HEX #C895D8 Wisteria

📋 copy color: '#C895D8'

red 200 ◦ green 149 ◦ blue 216

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

Shades of Wisteria #C895D8

Tints of Wisteria #C895D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.23%

R = 35.4%
G = 26.37%
B = 38.23%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C895D8 (or 0xC895D8) is known color: Wisteria. HEX triplet: C8, 95 and D8. RGB value is (200,149,216). Sum of RGB (Red+Green+Blue) = 200+149+216=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #C895D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895D8 is #376A27. Grayscale: #ABABAB. Windows color (decimal): -3631656 or 14194120. OLE color: 14194120.

HSL color Cylindrical-coordinate representation of color #C895D8: hue angle of 285.67º degrees, saturation: 0.46, 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 #C895D8 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 149 216 -
CMYK 0.07 0.31 0 0.15
HSL 285.67º 0.46% 0.72% -
HSV(B) 285.67º 0.31% 0.85% -
XYZ 46.96 38.73 69.97 -
YUV 171.89 152.9 148.05 -
System Red Green Blue C M Y K H S L
Decimal 200 149 216 0.07 0.31 0 0.15 285.67 0.46 0.72
Hex C8 95 D8 7 1F 0 F 11E 2E 48
Octal 310 225 330 7 37 0 17 436 56 110
Binary 11001000 10010101 11011000 111 11111 0 1111 100011110 101110 1001000

Color Harmonies of #C895D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C895D8

Black with #C895D8

Text Example


Text Example

White with #C895D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C895D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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