Html Css Color HEX #C99EF1 Wisteria

📋 copy color: '#C99EF1'

red 201 ◦ green 158 ◦ blue 241

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

Shades of Wisteria #C99EF1

Tints of Wisteria #C99EF1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.33%

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

R = 33.5%
G = 26.33%
B = 40.17%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C99EF1 (or 0xC99EF1) is known color: Wisteria. HEX triplet: C9, 9E and F1. RGB value is (201,158,241). Sum of RGB (Red+Green+Blue) = 201+158+241=600 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.5% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #C99EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99EF1 is #36610E. Grayscale: #B4B4B4. Windows color (decimal): -3563791 or 15834825. OLE color: 15834825.

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

Color convert

RGB 201 158 241 -
CMYK 0.17 0.34 0 0.05
HSL 271.08º 0.75% 0.78% -
HSV(B) 271.08º 0.34% 0.95% -
XYZ 52.19 43.22 88.81 -
YUV 180.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 201 158 241 0.17 0.34 0 0.05 271.08 0.75 0.78
Hex C9 9E F1 11 22 0 5 10F 4B 4E
Octal 311 236 361 21 42 0 5 417 113 116
Binary 11001001 10011110 11110001 10001 100010 0 101 100001111 1001011 1001110

Color Harmonies of #C99EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99EF1

Black with #C99EF1

Text Example


Text Example

White with #C99EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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