Html Css Color HEX #C498DF Wisteria

📋 copy color: '#C498DF'

red 196 ◦ green 152 ◦ blue 223

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

Shades of Wisteria #C498DF

Tints of Wisteria #C498DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.05%

R = 34.33%
G = 26.62%
B = 39.05%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C498DF (or 0xC498DF) is known color: Wisteria. HEX triplet: C4, 98 and DF. RGB value is (196,152,223). Sum of RGB (Red+Green+Blue) = 196+152+223=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 223 - color contains mainly: blue. Hex color #C498DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498DF is #3B6720. Grayscale: #ADADAD. Windows color (decimal): -3893025 or 14653636. OLE color: 14653636.

HSL color Cylindrical-coordinate representation of color #C498DF: hue angle of 277.18º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C498DF is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 152 223 -
CMYK 0.12 0.32 0 0.13
HSL 277.18º 0.53% 0.74% -
HSV(B) 277.18º 0.32% 0.87% -
XYZ 47.31 39.52 74.95 -
YUV 173.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 196 152 223 0.12 0.32 0 0.13 277.18 0.53 0.74
Hex C4 98 DF C 20 0 D 115 35 4A
Octal 304 230 337 14 40 0 15 425 65 112
Binary 11000100 10011000 11011111 1100 100000 0 1101 100010101 110101 1001010

Color Harmonies of #C498DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498DF

Black with #C498DF

Text Example


Text Example

White with #C498DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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