Html Css Color HEX #C498CF Wisteria

📋 copy color: '#C498CF'

red 196 ◦ green 152 ◦ blue 207

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

Shades of Wisteria #C498CF

Tints of Wisteria #C498CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.3%

R = 35.32%
G = 27.39%
B = 37.3%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C498CF (or 0xC498CF) is known color: Wisteria. HEX triplet: C4, 98 and CF. RGB value is (196,152,207). Sum of RGB (Red+Green+Blue) = 196+152+207=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #C498CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C498CF is #3B6730. Grayscale: #ABABAB. Windows color (decimal): -3893041 or 13605060. OLE color: 13605060.

HSL color Cylindrical-coordinate representation of color #C498CF: hue angle of 288º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C498CF is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 152 207 -
CMYK 0.05 0.27 0 0.19
HSL 288º 0.36% 0.7% -
HSV(B) 288º 0.27% 0.81% -
XYZ 45.26 38.7 64.12 -
YUV 171.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 196 152 207 0.05 0.27 0 0.19 288 0.36 0.7
Hex C4 98 CF 5 1B 0 13 120 24 46
Octal 304 230 317 5 33 0 23 440 44 106
Binary 11000100 10011000 11001111 101 11011 0 10011 100100000 100100 1000110

Color Harmonies of #C498CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C498CF

Black with #C498CF

Text Example


Text Example

White with #C498CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C498CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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