Html Css Color HEX #C098DF Wisteria

📋 copy color: '#C098DF'

red 192 ◦ green 152 ◦ blue 223

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

Shades of Wisteria #C098DF

Tints of Wisteria #C098DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.81%

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 33.86%
G = 26.81%
B = 39.33%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C098DF (or 0xC098DF) is known color: Wisteria. HEX triplet: C0, 98 and DF. RGB value is (192,152,223). Sum of RGB (Red+Green+Blue) = 192+152+223=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #C098DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098DF is #3F6720. Grayscale: #ABABAB. Windows color (decimal): -4155169 or 14653632. OLE color: 14653632.

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

Color convert

RGB 192 152 223 -
CMYK 0.14 0.32 0 0.13
HSL 273.8º 0.53% 0.74% -
HSV(B) 273.8º 0.32% 0.87% -
XYZ 46.29 38.99 74.9 -
YUV 172.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 192 152 223 0.14 0.32 0 0.13 273.8 0.53 0.74
Hex C0 98 DF E 20 0 D 112 35 4A
Octal 300 230 337 16 40 0 15 422 65 112
Binary 11000000 10011000 11011111 1110 100000 0 1101 100010010 110101 1001010

Color Harmonies of #C098DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098DF

Black with #C098DF

Text Example


Text Example

White with #C098DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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