Html Css Color HEX #C99BE9 Wisteria

📋 copy color: '#C99BE9'

red 201 ◦ green 155 ◦ blue 233

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

Shades of Wisteria #C99BE9

Tints of Wisteria #C99BE9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.32%

 BLUE value IS 233 (91.41% from 255) = 39.56%

R = 34.13%
G = 26.32%
B = 39.56%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C99BE9 (or 0xC99BE9) is known color: Wisteria. HEX triplet: C9, 9B and E9. RGB value is (201,155,233). Sum of RGB (Red+Green+Blue) = 201+155+233=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 155 (60.94% from 255 or 26.32% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #C99BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BE9 is #366416. Grayscale: #B1B1B1. Windows color (decimal): -3564567 or 15309769. OLE color: 15309769.

HSL color Cylindrical-coordinate representation of color #C99BE9: hue angle of 275.38º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C99BE9 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 155 233 -
CMYK 0.14 0.33 0 0.09
HSL 275.38º 0.64% 0.76% -
HSV(B) 275.38º 0.33% 0.91% -
XYZ 50.52 41.74 82.49 -
YUV 177.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 201 155 233 0.14 0.33 0 0.09 275.38 0.64 0.76
Hex C9 9B E9 E 21 0 9 113 40 4C
Octal 311 233 351 16 41 0 11 423 100 114
Binary 11001001 10011011 11101001 1110 100001 0 1001 100010011 1000000 1001100

Color Harmonies of #C99BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BE9

Black with #C99BE9

Text Example


Text Example

White with #C99BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BE9; }

 p { color: rgb(201,155,233); }

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

background-color css

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

 a { background-color: rgb(201,155,233); }

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

border-color css

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

 span { border-color: rgb(201,155,233); }

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