Html Css Color HEX #C99DEB Wisteria

📋 copy color: '#C99DEB'

red 201 ◦ green 157 ◦ blue 235

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

Shades of Wisteria #C99DEB

Tints of Wisteria #C99DEB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.48%

 BLUE value IS 235 (92.19% from 255) = 39.63%

R = 33.9%
G = 26.48%
B = 39.63%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C99DEB (or 0xC99DEB) is known color: Wisteria. HEX triplet: C9, 9D and EB. RGB value is (201,157,235). Sum of RGB (Red+Green+Blue) = 201+157+235=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #C99DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DEB is #366214. Grayscale: #B2B2B2. Windows color (decimal): -3564053 or 15441353. OLE color: 15441353.

HSL color Cylindrical-coordinate representation of color #C99DEB: hue angle of 273.85º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C99DEB is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 157 235 -
CMYK 0.14 0.33 0 0.08
HSL 273.85º 0.66% 0.77% -
HSV(B) 273.85º 0.33% 0.92% -
XYZ 51.14 42.53 84.11 -
YUV 179.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 201 157 235 0.14 0.33 0 0.08 273.85 0.66 0.77
Hex C9 9D EB E 21 0 8 112 42 4D
Octal 311 235 353 16 41 0 10 422 102 115
Binary 11001001 10011101 11101011 1110 100001 0 1000 100010010 1000010 1001101

Color Harmonies of #C99DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99DEB

Black with #C99DEB

Text Example


Text Example

White with #C99DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99DEB; }

 p { color: rgb(201,157,235); }

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

background-color css

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

 a { background-color: rgb(201,157,235); }

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

border-color css

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

 span { border-color: rgb(201,157,235); }

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