Html Css Color HEX #C895F1 Wisteria

📋 copy color: '#C895F1'

red 200 ◦ green 149 ◦ blue 241

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

Shades of Wisteria #C895F1

Tints of Wisteria #C895F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.85%

R = 33.9%
G = 25.25%
B = 40.85%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C895F1 (or 0xC895F1) is known color: Wisteria. HEX triplet: C8, 95 and F1. RGB value is (200,149,241). Sum of RGB (Red+Green+Blue) = 200+149+241=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #C895F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C895F1 is #376A0E. Grayscale: #AEAEAE. Windows color (decimal): -3631631 or 15832520. OLE color: 15832520.

HSL color Cylindrical-coordinate representation of color #C895F1: hue angle of 273.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C895F1 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 149 241 -
CMYK 0.17 0.38 0 0.05
HSL 273.26º 0.77% 0.76% -
HSV(B) 273.26º 0.38% 0.95% -
XYZ 50.44 40.13 88.31 -
YUV 174.74 165.4 146.02 -
System Red Green Blue C M Y K H S L
Decimal 200 149 241 0.17 0.38 0 0.05 273.26 0.77 0.76
Hex C8 95 F1 11 26 0 5 111 4D 4C
Octal 310 225 361 21 46 0 5 421 115 114
Binary 11001000 10010101 11110001 10001 100110 0 101 100010001 1001101 1001100

Color Harmonies of #C895F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C895F1

Black with #C895F1

Text Example


Text Example

White with #C895F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C895F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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