Html Css Color HEX #C19FCF Wisteria

📋 copy color: '#C19FCF'

red 193 ◦ green 159 ◦ blue 207

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

Shades of Wisteria #C19FCF

Tints of Wisteria #C19FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.44%

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

R = 34.53%
G = 28.44%
B = 37.03%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C19FCF (or 0xC19FCF) is known color: Wisteria. HEX triplet: C1, 9F and CF. RGB value is (193,159,207). Sum of RGB (Red+Green+Blue) = 193+159+207=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #C19FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19FCF is #3E6030. Grayscale: #AEAEAE. Windows color (decimal): -4087857 or 13606849. OLE color: 13606849.

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

Color convert

RGB 193 159 207 -
CMYK 0.07 0.23 0 0.19
HSL 282.5º 0.33% 0.72% -
HSV(B) 282.5º 0.23% 0.81% -
XYZ 45.65 40.64 64.47 -
YUV 174.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 193 159 207 0.07 0.23 0 0.19 282.5 0.33 0.72
Hex C1 9F CF 7 17 0 13 11A 21 48
Octal 301 237 317 7 27 0 23 432 41 110
Binary 11000001 10011111 11001111 111 10111 0 10011 100011010 100001 1001000

Color Harmonies of #C19FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19FCF

Black with #C19FCF

Text Example


Text Example

White with #C19FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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