Html Css Color HEX #C099DE Wisteria

📋 copy color: '#C099DE'

red 192 ◦ green 153 ◦ blue 222

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

Shades of Wisteria #C099DE

Tints of Wisteria #C099DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.15%

R = 33.86%
G = 26.98%
B = 39.15%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C099DE (or 0xC099DE) is known color: Wisteria. HEX triplet: C0, 99 and DE. RGB value is (192,153,222). Sum of RGB (Red+Green+Blue) = 192+153+222=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #C099DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099DE is #3F6621. Grayscale: #ACACAC. Windows color (decimal): -4154914 or 14588352. OLE color: 14588352.

HSL color Cylindrical-coordinate representation of color #C099DE: hue angle of 273.91º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C099DE is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 153 222 -
CMYK 0.14 0.31 0 0.13
HSL 273.91º 0.51% 0.74% -
HSV(B) 273.91º 0.31% 0.87% -
XYZ 46.31 39.26 74.24 -
YUV 172.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 192 153 222 0.14 0.31 0 0.13 273.91 0.51 0.74
Hex C0 99 DE E 1F 0 D 112 33 4A
Octal 300 231 336 16 37 0 15 422 63 112
Binary 11000000 10011001 11011110 1110 11111 0 1101 100010010 110011 1001010

Color Harmonies of #C099DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099DE

Black with #C099DE

Text Example


Text Example

White with #C099DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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