Html Css Color HEX #C99BEA Wisteria

📋 copy color: '#C99BEA'

red 201 ◦ green 155 ◦ blue 234

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

Shades of Wisteria #C99BEA

Tints of Wisteria #C99BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.66%

R = 34.07%
G = 26.27%
B = 39.66%

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

#C99BEA (or 0xC99BEA) is known color: Wisteria. HEX triplet: C9, 9B and EA. RGB value is (201,155,234). Sum of RGB (Red+Green+Blue) = 201+155+234=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #C99BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BEA is #366415. Grayscale: #B1B1B1. Windows color (decimal): -3564566 or 15375305. OLE color: 15375305.

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

Color convert

RGB 201 155 234 -
CMYK 0.14 0.34 0 0.08
HSL 274.94º 0.65% 0.76% -
HSV(B) 274.94º 0.34% 0.92% -
XYZ 50.66 41.8 83.24 -
YUV 177.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 201 155 234 0.14 0.34 0 0.08 274.94 0.65 0.76
Hex C9 9B EA E 22 0 8 113 41 4C
Octal 311 233 352 16 42 0 10 423 101 114
Binary 11001001 10011011 11101010 1110 100010 0 1000 100010011 1000001 1001100

Color Harmonies of #C99BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BEA

Black with #C99BEA

Text Example


Text Example

White with #C99BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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