Html Css Color HEX #C098D0 Wisteria

📋 copy color: '#C098D0'

red 192 ◦ green 152 ◦ blue 208

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

Shades of Wisteria #C098D0

Tints of Wisteria #C098D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.68%

R = 34.78%
G = 27.54%
B = 37.68%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C098D0 (or 0xC098D0) is known color: Wisteria. HEX triplet: C0, 98 and D0. RGB value is (192,152,208). Sum of RGB (Red+Green+Blue) = 192+152+208=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #C098D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098D0 is #3F672F. Grayscale: #AAAAAA. Windows color (decimal): -4155184 or 13670592. OLE color: 13670592.

HSL color Cylindrical-coordinate representation of color #C098D0: hue angle of 282.86º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C098D0 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 152 208 -
CMYK 0.08 0.27 0 0.18
HSL 282.86º 0.37% 0.71% -
HSV(B) 282.86º 0.27% 0.82% -
XYZ 44.35 38.22 64.71 -
YUV 170.34 149.25 143.45 -
System Red Green Blue C M Y K H S L
Decimal 192 152 208 0.08 0.27 0 0.18 282.86 0.37 0.71
Hex C0 98 D0 8 1B 0 12 11B 25 47
Octal 300 230 320 10 33 0 22 433 45 107
Binary 11000000 10011000 11010000 1000 11011 0 10010 100011011 100101 1000111

Color Harmonies of #C098D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098D0

Black with #C098D0

Text Example


Text Example

White with #C098D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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