Html Css Color HEX #C099CE Wisteria

📋 copy color: '#C099CE'

red 192 ◦ green 153 ◦ blue 206

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

Shades of Wisteria #C099CE

Tints of Wisteria #C099CE

RGB

 RED value IS 192 (75.39% from 255) = 34.85%

 GREEN value IS 153 (60.16% from 255) = 27.77%

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 34.85%
G = 27.77%
B = 37.39%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C099CE (or 0xC099CE) is known color: Wisteria. HEX triplet: C0, 99 and CE. RGB value is (192,153,206). Sum of RGB (Red+Green+Blue) = 192+153+206=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 153 (60.16% from 255 or 27.77% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #C099CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099CE is #3F6631. Grayscale: #AAAAAA. Windows color (decimal): -4154930 or 13539776. OLE color: 13539776.

HSL color Cylindrical-coordinate representation of color #C099CE: hue angle of 284.15º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C099CE is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 153 206 -
CMYK 0.07 0.26 0 0.19
HSL 284.15º 0.35% 0.7% -
HSV(B) 284.15º 0.26% 0.81% -
XYZ 44.27 38.45 63.48 -
YUV 170.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 192 153 206 0.07 0.26 0 0.19 284.15 0.35 0.7
Hex C0 99 CE 7 1A 0 13 11C 23 46
Octal 300 231 316 7 32 0 23 434 43 106
Binary 11000000 10011001 11001110 111 11010 0 10011 100011100 100011 1000110

Color Harmonies of #C099CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099CE

Black with #C099CE

Text Example


Text Example

White with #C099CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099CE; }

 p { color: rgb(192,153,206); }

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

background-color css

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

 a { background-color: rgb(192,153,206); }

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

border-color css

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

 span { border-color: rgb(192,153,206); }

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