#C192CF

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

Shades of Wisteria #C192CF

Tints of Wisteria #C192CF

Color information

#C192CF (or 0xC192CF) is unknown color: approx Wisteria. HEX triplet: C1, 92 and CF. RGB value is (193,146,207). Sum of RGB (Red+Green+Blue) = 193+146+207=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #C192CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192CF is #3E6D30. Grayscale: #A6A6A6. Windows color (decimal): -4091185 or 13603521. OLE color: 13603521.

HSL color Cylindrical-coordinate representation of color #C192CF: hue angle of 286.23º degrees, saturation: 0.39, 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 #C192CF is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193146207-
CMYK0.070.2900.19
HSL286.23º38.85%69.22%-
HSV(B)286.23º29.47%81.18%-
XYZ43.5336.463.76-
YUV167.01150.57146.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.35%
GREEN value IS 146 (57.42% from 255) = 26.74%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=35.35%
G=26.74%
B=37.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931462070.070.2900.19286.2338.8569.22
HexC192CF71D01311e2745
Octal30122231773502343647105
Binary110000011001001011001111111111010100111000111101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192CF; }

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

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

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

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

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

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

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

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