Html Css Color HEX #C99EDF Wisteria

📋 copy color: '#C99EDF'

red 201 ◦ green 158 ◦ blue 223

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

Shades of Wisteria #C99EDF

Tints of Wisteria #C99EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.32%

R = 34.54%
G = 27.15%
B = 38.32%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C99EDF (or 0xC99EDF) is known color: Wisteria. HEX triplet: C9, 9E and DF. RGB value is (201,158,223). Sum of RGB (Red+Green+Blue) = 201+158+223=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #C99EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99EDF is #366120. Grayscale: #B2B2B2. Windows color (decimal): -3563809 or 14655177. OLE color: 14655177.

HSL color Cylindrical-coordinate representation of color #C99EDF: hue angle of 279.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C99EDF is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 158 223 -
CMYK 0.10 0.29 0 0.13
HSL 279.69º 0.5% 0.75% -
HSV(B) 279.69º 0.29% 0.87% -
XYZ 49.63 42.2 75.34 -
YUV 178.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 201 158 223 0.10 0.29 0 0.13 279.69 0.5 0.75
Hex C9 9E DF A 1D 0 D 118 32 4B
Octal 311 236 337 12 35 0 15 430 62 113
Binary 11001001 10011110 11011111 1010 11101 0 1101 100011000 110010 1001011

Color Harmonies of #C99EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99EDF

Black with #C99EDF

Text Example


Text Example

White with #C99EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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