Html Css Color HEX #C498D4 Wisteria

📋 copy color: '#C498D4'

red 196 ◦ green 152 ◦ blue 212

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

Shades of Wisteria #C498D4

Tints of Wisteria #C498D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.86%

R = 35%
G = 27.14%
B = 37.86%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C498D4 (or 0xC498D4) is known color: Wisteria. HEX triplet: C4, 98 and D4. RGB value is (196,152,212). Sum of RGB (Red+Green+Blue) = 196+152+212=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 212 - color contains mainly: blue. Hex color #C498D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498D4 is #3B672B. Grayscale: #ABABAB. Windows color (decimal): -3893036 or 13932740. OLE color: 13932740.

HSL color Cylindrical-coordinate representation of color #C498D4: hue angle of 284º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C498D4 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 152 212 -
CMYK 0.08 0.28 0 0.17
HSL 284º 0.41% 0.71% -
HSV(B) 284º 0.28% 0.83% -
XYZ 45.88 38.95 67.39 -
YUV 172 150.58 145.12 -
System Red Green Blue C M Y K H S L
Decimal 196 152 212 0.08 0.28 0 0.17 284 0.41 0.71
Hex C4 98 D4 8 1C 0 11 11C 29 47
Octal 304 230 324 10 34 0 21 434 51 107
Binary 11000100 10011000 11010100 1000 11100 0 10001 100011100 101001 1000111

Color Harmonies of #C498D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498D4

Black with #C498D4

Text Example


Text Example

White with #C498D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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