Html Css Color HEX #C199CF Wisteria

📋 copy color: '#C199CF'

red 193 ◦ green 153 ◦ blue 207

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

Shades of Wisteria #C199CF

Tints of Wisteria #C199CF

RGB

 RED value IS 193 (75.78% from 255) = 34.9%

 GREEN value IS 153 (60.16% from 255) = 27.67%

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

R = 34.9%
G = 27.67%
B = 37.43%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C199CF (or 0xC199CF) is known color: Wisteria. HEX triplet: C1, 99 and CF. RGB value is (193,153,207). Sum of RGB (Red+Green+Blue) = 193+153+207=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #C199CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199CF is #3E6630. Grayscale: #AAAAAA. Windows color (decimal): -4089393 or 13605313. OLE color: 13605313.

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

Color convert

RGB 193 153 207 -
CMYK 0.07 0.26 0 0.19
HSL 284.44º 0.36% 0.71% -
HSV(B) 284.44º 0.26% 0.81% -
XYZ 44.65 38.62 64.13 -
YUV 171.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 193 153 207 0.07 0.26 0 0.19 284.44 0.36 0.71
Hex C1 99 CF 7 1A 0 13 11C 24 47
Octal 301 231 317 7 32 0 23 434 44 107
Binary 11000001 10011001 11001111 111 11010 0 10011 100011100 100100 1000111

Color Harmonies of #C199CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C199CF

Black with #C199CF

Text Example


Text Example

White with #C199CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C199CF; }

 p { color: rgb(193,153,207); }

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

background-color css

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

 a { background-color: rgb(193,153,207); }

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

border-color css

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

 span { border-color: rgb(193,153,207); }

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