Html Css Color HEX #C098D2 Wisteria

📋 copy color: '#C098D2'

red 192 ◦ green 152 ◦ blue 210

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

Shades of Wisteria #C098D2

Tints of Wisteria #C098D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.91%

R = 34.66%
G = 27.44%
B = 37.91%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C098D2 (or 0xC098D2) is known color: Wisteria. HEX triplet: C0, 98 and D2. RGB value is (192,152,210). Sum of RGB (Red+Green+Blue) = 192+152+210=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 210 - color contains mainly: blue. Hex color #C098D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098D2 is #3F672D. Grayscale: #AAAAAA. Windows color (decimal): -4155182 or 13801664. OLE color: 13801664.

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

Color convert

RGB 192 152 210 -
CMYK 0.09 0.28 0 0.18
HSL 281.38º 0.39% 0.71% -
HSV(B) 281.38º 0.28% 0.82% -
XYZ 44.6 38.32 66.02 -
YUV 170.57 150.25 143.28 -
System Red Green Blue C M Y K H S L
Decimal 192 152 210 0.09 0.28 0 0.18 281.38 0.39 0.71
Hex C0 98 D2 9 1C 0 12 119 27 47
Octal 300 230 322 11 34 0 22 431 47 107
Binary 11000000 10011000 11010010 1001 11100 0 10010 100011001 100111 1000111

Color Harmonies of #C098D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098D2

Black with #C098D2

Text Example


Text Example

White with #C098D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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