Html Css Color HEX #C99CEB Wisteria

📋 copy color: '#C99CEB'

red 201 ◦ green 156 ◦ blue 235

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

Shades of Wisteria #C99CEB

Tints of Wisteria #C99CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.35%

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

R = 33.95%
G = 26.35%
B = 39.7%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C99CEB (or 0xC99CEB) is known color: Wisteria. HEX triplet: C9, 9C and EB. RGB value is (201,156,235). Sum of RGB (Red+Green+Blue) = 201+156+235=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 156 (61.33% from 255 or 26.35% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #C99CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99CEB is #366314. Grayscale: #B2B2B2. Windows color (decimal): -3564309 or 15441097. OLE color: 15441097.

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

Color convert

RGB 201 156 235 -
CMYK 0.14 0.34 0 0.08
HSL 274.18º 0.66% 0.77% -
HSV(B) 274.18º 0.34% 0.92% -
XYZ 50.97 42.19 84.05 -
YUV 178.46 159.91 144.08 -
System Red Green Blue C M Y K H S L
Decimal 201 156 235 0.14 0.34 0 0.08 274.18 0.66 0.77
Hex C9 9C EB E 22 0 8 112 42 4D
Octal 311 234 353 16 42 0 10 422 102 115
Binary 11001001 10011100 11101011 1110 100010 0 1000 100010010 1000010 1001101

Color Harmonies of #C99CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99CEB

Black with #C99CEB

Text Example


Text Example

White with #C99CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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