Html Css Color HEX #C995F1 Wisteria

📋 copy color: '#C995F1'

red 201 ◦ green 149 ◦ blue 241

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

Shades of Wisteria #C995F1

Tints of Wisteria #C995F1

RGB

 RED value IS 201 (78.91% from 255) = 34.01%

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

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

R = 34.01%
G = 25.21%
B = 40.78%

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

#C995F1 (or 0xC995F1) is known color: Wisteria. HEX triplet: C9, 95 and F1. RGB value is (201,149,241). Sum of RGB (Red+Green+Blue) = 201+149+241=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #C995F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995F1 is #366A0E. Grayscale: #AEAEAE. Windows color (decimal): -3566095 or 15832521. OLE color: 15832521.

HSL color Cylindrical-coordinate representation of color #C995F1: hue angle of 273.91º 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 #C995F1 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 149 241 -
CMYK 0.17 0.38 0 0.05
HSL 273.91º 0.77% 0.76% -
HSV(B) 273.91º 0.38% 0.95% -
XYZ 50.71 40.26 88.32 -
YUV 175.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 201 149 241 0.17 0.38 0 0.05 273.91 0.77 0.76
Hex C9 95 F1 11 26 0 5 112 4D 4C
Octal 311 225 361 21 46 0 5 422 115 114
Binary 11001001 10010101 11110001 10001 100110 0 101 100010010 1001101 1001100

Color Harmonies of #C995F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995F1

Black with #C995F1

Text Example


Text Example

White with #C995F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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