#C098DA

Color #C098DA Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C098DA

Tints of Wisteria #C098DA

Color information

#C098DA (or 0xC098DA) is unknown color: approx Wisteria. HEX triplet: C0, 98 and DA. RGB value is (192,152,218). Sum of RGB (Red+Green+Blue) = 192+152+218=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: blue. Hex color #C098DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098DA is #3F6725. Grayscale: #ABABAB. Windows color (decimal): -4155174 or 14325952. OLE color: 14325952.

HSL color Cylindrical-coordinate representation of color #C098DA: hue angle of 276.36º 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 #C098DA is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB192152218-
CMYK0.120.3000.15
HSL276.36º47.14%72.55%-
HSV(B)276.36º30.28%85.49%-
XYZ45.6238.7271.4-
YUV171.48154.25142.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.16%
GREEN value IS 152 (59.77% from 255) = 27.05%
BLUE value IS 218 (85.55% from 255) = 38.79%
R=34.16%
G=27.05%
B=38.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1921522180.120.3000.15276.3647.1472.55
HexC098DAC1E0F1142f49
Octal300230332143601742457111
Binary110000001001100011011010110011110011111000101001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098DA; }

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

 H1.HeaderClassName
 {
   color: #C098DA;
 }
 .AnyTagClassName
 {
   color: #C098DA;
 }
</style>
background-color css

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

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

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

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

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

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