Html Css Color HEX #C493CF Wisteria

📋 copy color: '#C493CF'

red 196 ◦ green 147 ◦ blue 207

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

Shades of Wisteria #C493CF

Tints of Wisteria #C493CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.73%

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

R = 35.64%
G = 26.73%
B = 37.64%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C493CF (or 0xC493CF) is known color: Wisteria. HEX triplet: C4, 93 and CF. RGB value is (196,147,207). Sum of RGB (Red+Green+Blue) = 196+147+207=550 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.64% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #C493CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493CF is #3B6C30. Grayscale: #A8A8A8. Windows color (decimal): -3894321 or 13603780. OLE color: 13603780.

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

Color convert

RGB 196 147 207 -
CMYK 0.05 0.29 0 0.19
HSL 289º 0.38% 0.69% -
HSV(B) 289º 0.29% 0.81% -
XYZ 44.46 37.11 63.85 -
YUV 168.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 196 147 207 0.05 0.29 0 0.19 289 0.38 0.69
Hex C4 93 CF 5 1D 0 13 121 26 45
Octal 304 223 317 5 35 0 23 441 46 105
Binary 11000100 10010011 11001111 101 11101 0 10011 100100001 100110 1000101

Color Harmonies of #C493CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C493CF

Black with #C493CF

Text Example


Text Example

White with #C493CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C493CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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