Html Css Color HEX #C19CCE Wisteria

📋 copy color: '#C19CCE'

red 193 ◦ green 156 ◦ blue 206

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

Shades of Wisteria #C19CCE

Tints of Wisteria #C19CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.11%

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 34.77%
G = 28.11%
B = 37.12%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C19CCE (or 0xC19CCE) is known color: Wisteria. HEX triplet: C1, 9C and CE. RGB value is (193,156,206). Sum of RGB (Red+Green+Blue) = 193+156+206=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 206 - color contains mainly: blue. Hex color #C19CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CCE is #3E6331. Grayscale: #ACACAC. Windows color (decimal): -4088626 or 13540545. OLE color: 13540545.

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

Color convert

RGB 193 156 206 -
CMYK 0.06 0.24 0 0.19
HSL 284.4º 0.34% 0.71% -
HSV(B) 284.4º 0.24% 0.81% -
XYZ 45.02 39.57 63.66 -
YUV 172.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 193 156 206 0.06 0.24 0 0.19 284.4 0.34 0.71
Hex C1 9C CE 6 18 0 13 11C 22 47
Octal 301 234 316 6 30 0 23 434 42 107
Binary 11000001 10011100 11001110 110 11000 0 10011 100011100 100010 1000111

Color Harmonies of #C19CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19CCE

Black with #C19CCE

Text Example


Text Example

White with #C19CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19CCE; }

 p { color: rgb(193,156,206); }

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

background-color css

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

 a { background-color: rgb(193,156,206); }

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

border-color css

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

 span { border-color: rgb(193,156,206); }

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