Html Css Color HEX #C098DD Wisteria

📋 copy color: '#C098DD'

red 192 ◦ green 152 ◦ blue 221

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

Shades of Wisteria #C098DD

Tints of Wisteria #C098DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.12%

R = 33.98%
G = 26.9%
B = 39.12%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C098DD (or 0xC098DD) is known color: Wisteria. HEX triplet: C0, 98 and DD. RGB value is (192,152,221). Sum of RGB (Red+Green+Blue) = 192+152+221=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #C098DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098DD is #3F6722. Grayscale: #ABABAB. Windows color (decimal): -4155171 or 14522560. OLE color: 14522560.

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

Color convert

RGB 192 152 221 -
CMYK 0.13 0.31 0 0.13
HSL 274.78º 0.5% 0.73% -
HSV(B) 274.78º 0.31% 0.87% -
XYZ 46.02 38.88 73.49 -
YUV 171.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 192 152 221 0.13 0.31 0 0.13 274.78 0.5 0.73
Hex C0 98 DD D 1F 0 D 113 32 49
Octal 300 230 335 15 37 0 15 423 62 111
Binary 11000000 10011000 11011101 1101 11111 0 1101 100010011 110010 1001001

Color Harmonies of #C098DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098DD

Black with #C098DD

Text Example


Text Example

White with #C098DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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