Html Css Color HEX #C498D3 Wisteria

📋 copy color: '#C498D3'

red 196 ◦ green 152 ◦ blue 211

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

Shades of Wisteria #C498D3

Tints of Wisteria #C498D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.75%

R = 35.06%
G = 27.19%
B = 37.75%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C498D3 (or 0xC498D3) is known color: Wisteria. HEX triplet: C4, 98 and D3. RGB value is (196,152,211). Sum of RGB (Red+Green+Blue) = 196+152+211=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 152 (59.77% from 255 or 27.19% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #C498D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498D3 is #3B672C. Grayscale: #ABABAB. Windows color (decimal): -3893037 or 13867204. OLE color: 13867204.

HSL color Cylindrical-coordinate representation of color #C498D3: hue angle of 284.75º degrees, saturation: 0.4, 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 #C498D3 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 152 211 -
CMYK 0.07 0.28 0 0.17
HSL 284.75º 0.4% 0.71% -
HSV(B) 284.75º 0.28% 0.83% -
XYZ 45.75 38.9 66.72 -
YUV 171.88 150.08 145.2 -
System Red Green Blue C M Y K H S L
Decimal 196 152 211 0.07 0.28 0 0.17 284.75 0.4 0.71
Hex C4 98 D3 7 1C 0 11 11D 28 47
Octal 304 230 323 7 34 0 21 435 50 107
Binary 11000100 10011000 11010011 111 11100 0 10001 100011101 101000 1000111

Color Harmonies of #C498D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498D3

Black with #C498D3

Text Example


Text Example

White with #C498D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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