Html Css Color HEX #C498D6 Wisteria

📋 copy color: '#C498D6'

red 196 ◦ green 152 ◦ blue 214

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

Shades of Wisteria #C498D6

Tints of Wisteria #C498D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.08%

R = 34.88%
G = 27.05%
B = 38.08%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C498D6 (or 0xC498D6) is known color: Wisteria. HEX triplet: C4, 98 and D6. RGB value is (196,152,214). Sum of RGB (Red+Green+Blue) = 196+152+214=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #C498D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498D6 is #3B6729. Grayscale: #ACACAC. Windows color (decimal): -3893034 or 14063812. OLE color: 14063812.

HSL color Cylindrical-coordinate representation of color #C498D6: hue angle of 282.58º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C498D6 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 152 214 -
CMYK 0.08 0.29 0 0.16
HSL 282.58º 0.43% 0.72% -
HSV(B) 282.58º 0.29% 0.84% -
XYZ 46.13 39.05 68.72 -
YUV 172.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 196 152 214 0.08 0.29 0 0.16 282.58 0.43 0.72
Hex C4 98 D6 8 1D 0 10 11B 2B 48
Octal 304 230 326 10 35 0 20 433 53 110
Binary 11000100 10011000 11010110 1000 11101 0 10000 100011011 101011 1001000

Color Harmonies of #C498D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498D6

Black with #C498D6

Text Example


Text Example

White with #C498D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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