Html Css Color HEX #C099DA Wisteria

📋 copy color: '#C099DA'

red 192 ◦ green 153 ◦ blue 218

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

Shades of Wisteria #C099DA

Tints of Wisteria #C099DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 34.1%
G = 27.18%
B = 38.72%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C099DA (or 0xC099DA) is known color: Wisteria. HEX triplet: C0, 99 and DA. RGB value is (192,153,218). Sum of RGB (Red+Green+Blue) = 192+153+218=563 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.10% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #C099DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099DA is #3F6625. Grayscale: #ABABAB. Windows color (decimal): -4154918 or 14326208. OLE color: 14326208.

HSL color Cylindrical-coordinate representation of color #C099DA: hue angle of 276º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C099DA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 153 218 -
CMYK 0.12 0.30 0 0.15
HSL 276º 0.47% 0.73% -
HSV(B) 276º 0.3% 0.85% -
XYZ 45.78 39.05 71.45 -
YUV 172.07 153.92 142.21 -
System Red Green Blue C M Y K H S L
Decimal 192 153 218 0.12 0.30 0 0.15 276 0.47 0.73
Hex C0 99 DA C 1E 0 F 114 2F 49
Octal 300 231 332 14 36 0 17 424 57 111
Binary 11000000 10011001 11011010 1100 11110 0 1111 100010100 101111 1001001

Color Harmonies of #C099DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099DA

Black with #C099DA

Text Example


Text Example

White with #C099DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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