#C19CCD

Color #C19CCD Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C19CCD

Tints of Wisteria #C19CCD

Color information

#C19CCD (or 0xC19CCD) is unknown color: approx Wisteria. HEX triplet: C1, 9C and CD. RGB value is (193,156,205). Sum of RGB (Red+Green+Blue) = 193+156+205=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #C19CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19CCD is #3E6332. Grayscale: #ACACAC. Windows color (decimal): -4088627 or 13475009. OLE color: 13475009.

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

Color convert

RGB193156205-
CMYK0.060.2400.20
HSL285.31º32.89%70.78%-
HSV(B)285.31º23.9%80.39%-
XYZ44.939.5263.02-
YUV172.65146.26142.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.84%
GREEN value IS 156 (61.33% from 255) = 28.16%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=34.84%
G=28.16%
B=37.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931562050.060.2400.20285.3132.8970.78
HexC19CCD61801411d2147
Octal30123431563002443541107
Binary110000011001110011001101110110000101001000111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19CCD; }

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

 H1.HeaderClassName
 {
   color: #C19CCD;
 }
 .AnyTagClassName
 {
   color: #C19CCD;
 }
</style>
background-color css

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

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

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

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

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

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