#C093CC

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

Shades of Wisteria #C093CC

Tints of Wisteria #C093CC

Color information

#C093CC (or 0xC093CC) is unknown color: approx Wisteria. HEX triplet: C0, 93 and CC. RGB value is (192,147,204). Sum of RGB (Red+Green+Blue) = 192+147+204=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #C093CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093CC is #3F6C33. Grayscale: #A6A6A6. Windows color (decimal): -4156468 or 13407168. OLE color: 13407168.

HSL color Cylindrical-coordinate representation of color #C093CC: hue angle of 287.37º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C093CC is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB192147204-
CMYK0.060.2800.2
HSL287.37º35.85%68.82%-
HSV(B)287.37º27.94%80%-
XYZ43.0736.4361.89-
YUV166.95148.91145.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.36%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=35.36%
G=27.07%
B=37.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1921472040.060.2800.2287.3735.8568.82
HexC093CC61C01411f2445
Octal30022331463402443744105
Binary110000001001001111001100110111000101001000111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C093CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C093CC; }

 p { color: rgb(192,147,204); }

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

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

 a { background-color: rgb(192,147,204); }

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

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

 span { border-color: rgb(192,147,204); }

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