Html Css Color HEX #C99BEC Wisteria

📋 copy color: '#C99BEC'

red 201 ◦ green 155 ◦ blue 236

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

Shades of Wisteria #C99BEC

Tints of Wisteria #C99BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 33.95%
G = 26.18%
B = 39.86%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C99BEC (or 0xC99BEC) is known color: Wisteria. HEX triplet: C9, 9B and EC. RGB value is (201,155,236). Sum of RGB (Red+Green+Blue) = 201+155+236=592 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.95% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #C99BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BEC is #366413. Grayscale: #B1B1B1. Windows color (decimal): -3564564 or 15506377. OLE color: 15506377.

HSL color Cylindrical-coordinate representation of color #C99BEC: hue angle of 274.07º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C99BEC is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 155 236 -
CMYK 0.15 0.34 0 0.07
HSL 274.07º 0.68% 0.77% -
HSV(B) 274.07º 0.34% 0.93% -
XYZ 50.95 41.92 84.76 -
YUV 177.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 201 155 236 0.15 0.34 0 0.07 274.07 0.68 0.77
Hex C9 9B EC F 22 0 7 112 44 4D
Octal 311 233 354 17 42 0 7 422 104 115
Binary 11001001 10011011 11101100 1111 100010 0 111 100010010 1000100 1001101

Color Harmonies of #C99BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99BEC

Black with #C99BEC

Text Example


Text Example

White with #C99BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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