Html Css Color HEX #C498D0 Wisteria

📋 copy color: '#C498D0'

red 196 ◦ green 152 ◦ blue 208

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

Shades of Wisteria #C498D0

Tints of Wisteria #C498D0

RGB

 RED value IS 196 (76.95% from 255) = 35.25%

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

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

R = 35.25%
G = 27.34%
B = 37.41%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C498D0 (or 0xC498D0) is known color: Wisteria. HEX triplet: C4, 98 and D0. RGB value is (196,152,208). Sum of RGB (Red+Green+Blue) = 196+152+208=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 152 (59.77% from 255 or 27.34% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #C498D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498D0 is #3B672F. Grayscale: #ABABAB. Windows color (decimal): -3893040 or 13670596. OLE color: 13670596.

HSL color Cylindrical-coordinate representation of color #C498D0: hue angle of 287.14º 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 #C498D0 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 152 208 -
CMYK 0.06 0.27 0 0.18
HSL 287.14º 0.37% 0.71% -
HSV(B) 287.14º 0.27% 0.82% -
XYZ 45.38 38.75 64.76 -
YUV 171.54 148.58 145.45 -
System Red Green Blue C M Y K H S L
Decimal 196 152 208 0.06 0.27 0 0.18 287.14 0.37 0.71
Hex C4 98 D0 6 1B 0 12 11F 25 47
Octal 304 230 320 6 33 0 22 437 45 107
Binary 11000100 10011000 11010000 110 11011 0 10010 100011111 100101 1000111

Color Harmonies of #C498D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498D0

Black with #C498D0

Text Example


Text Example

White with #C498D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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