Html Css Color HEX #C99ED4 Wisteria

📋 copy color: '#C99ED4'

red 201 ◦ green 158 ◦ blue 212

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

Shades of Wisteria #C99ED4

Tints of Wisteria #C99ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.13%

R = 35.2%
G = 27.67%
B = 37.13%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C99ED4 (or 0xC99ED4) is known color: Wisteria. HEX triplet: C9, 9E and D4. RGB value is (201,158,212). Sum of RGB (Red+Green+Blue) = 201+158+212=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 158 (62.11% from 255 or 27.67% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 212 - color contains mainly: blue. Hex color #C99ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ED4 is #36612B. Grayscale: #B0B0B0. Windows color (decimal): -3563820 or 13934281. OLE color: 13934281.

HSL color Cylindrical-coordinate representation of color #C99ED4: hue angle of 287.78º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C99ED4 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 158 212 -
CMYK 0.05 0.25 0 0.17
HSL 287.78º 0.39% 0.73% -
HSV(B) 287.78º 0.25% 0.83% -
XYZ 48.2 41.62 67.78 -
YUV 177.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 201 158 212 0.05 0.25 0 0.17 287.78 0.39 0.73
Hex C9 9E D4 5 19 0 11 120 27 49
Octal 311 236 324 5 31 0 21 440 47 111
Binary 11001001 10011110 11010100 101 11001 0 10001 100100000 100111 1001001

Color Harmonies of #C99ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99ED4

Black with #C99ED4

Text Example


Text Example

White with #C99ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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