Html Css Color HEX #C895EF Wisteria

📋 copy color: '#C895EF'

red 200 ◦ green 149 ◦ blue 239

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

Shades of Wisteria #C895EF

Tints of Wisteria #C895EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.65%

R = 34.01%
G = 25.34%
B = 40.65%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C895EF (or 0xC895EF) is known color: Wisteria. HEX triplet: C8, 95 and EF. RGB value is (200,149,239). Sum of RGB (Red+Green+Blue) = 200+149+239=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #C895EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C895EF is #376A10. Grayscale: #AEAEAE. Windows color (decimal): -3631633 or 15701448. OLE color: 15701448.

HSL color Cylindrical-coordinate representation of color #C895EF: hue angle of 274º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C895EF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 149 239 -
CMYK 0.16 0.38 0 0.06
HSL 274º 0.74% 0.76% -
HSV(B) 274º 0.38% 0.94% -
XYZ 50.15 40.01 86.74 -
YUV 174.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 200 149 239 0.16 0.38 0 0.06 274 0.74 0.76
Hex C8 95 EF 10 26 0 6 112 4A 4C
Octal 310 225 357 20 46 0 6 422 112 114
Binary 11001000 10010101 11101111 10000 100110 0 110 100010010 1001010 1001100

Color Harmonies of #C895EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C895EF

Black with #C895EF

Text Example


Text Example

White with #C895EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C895EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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