Html Css Color HEX #C895F6 Wisteria

📋 copy color: '#C895F6'

red 200 ◦ green 149 ◦ blue 246

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

Shades of Wisteria #C895F6

Tints of Wisteria #C895F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.34%

R = 33.61%
G = 25.04%
B = 41.34%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C895F6 (or 0xC895F6) is known color: Wisteria. HEX triplet: C8, 95 and F6. RGB value is (200,149,246). Sum of RGB (Red+Green+Blue) = 200+149+246=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #C895F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C895F6 is #376A09. Grayscale: #AEAEAE. Windows color (decimal): -3631626 or 16160200. OLE color: 16160200.

HSL color Cylindrical-coordinate representation of color #C895F6: hue angle of 271.55º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C895F6 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 149 246 -
CMYK 0.19 0.39 0 0.04
HSL 271.55º 0.84% 0.77% -
HSV(B) 271.55º 0.39% 0.96% -
XYZ 51.2 40.43 92.29 -
YUV 175.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 200 149 246 0.19 0.39 0 0.04 271.55 0.84 0.77
Hex C8 95 F6 13 27 0 4 110 54 4D
Octal 310 225 366 23 47 0 4 420 124 115
Binary 11001000 10010101 11110110 10011 100111 0 100 100010000 1010100 1001101

Color Harmonies of #C895F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C895F6

Black with #C895F6

Text Example


Text Example

White with #C895F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C895F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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