Html Css Color HEX #C498EA Wisteria

📋 copy color: '#C498EA'

red 196 ◦ green 152 ◦ blue 234

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

Shades of Wisteria #C498EA

Tints of Wisteria #C498EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.21%

R = 33.68%
G = 26.12%
B = 40.21%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C498EA (or 0xC498EA) is known color: Wisteria. HEX triplet: C4, 98 and EA. RGB value is (196,152,234). Sum of RGB (Red+Green+Blue) = 196+152+234=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #C498EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C498EA is #3B6715. Grayscale: #AEAEAE. Windows color (decimal): -3893014 or 15374532. OLE color: 15374532.

HSL color Cylindrical-coordinate representation of color #C498EA: hue angle of 272.2º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C498EA is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 152 234 -
CMYK 0.16 0.35 0 0.08
HSL 272.2º 0.66% 0.76% -
HSV(B) 272.2º 0.35% 0.92% -
XYZ 48.84 40.13 83.01 -
YUV 174.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 196 152 234 0.16 0.35 0 0.08 272.2 0.66 0.76
Hex C4 98 EA 10 23 0 8 110 42 4C
Octal 304 230 352 20 43 0 10 420 102 114
Binary 11000100 10011000 11101010 10000 100011 0 1000 100010000 1000010 1001100

Color Harmonies of #C498EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498EA

Black with #C498EA

Text Example


Text Example

White with #C498EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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