Html Css Color HEX #C093D9 Wisteria

📋 copy color: '#C093D9'

red 192 ◦ green 147 ◦ blue 217

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

Shades of Wisteria #C093D9

Tints of Wisteria #C093D9

RGB

 RED value IS 192 (75.39% from 255) = 34.53%

 GREEN value IS 147 (57.81% from 255) = 26.44%

 BLUE value IS 217 (85.16% from 255) = 39.03%

R = 34.53%
G = 26.44%
B = 39.03%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C093D9 (or 0xC093D9) is known color: Wisteria. HEX triplet: C0, 93 and D9. RGB value is (192,147,217). Sum of RGB (Red+Green+Blue) = 192+147+217=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #C093D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093D9 is #3F6C26. Grayscale: #A8A8A8. Windows color (decimal): -4156455 or 14259136. OLE color: 14259136.

HSL color Cylindrical-coordinate representation of color #C093D9: hue angle of 278.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C093D9 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 147 217 -
CMYK 0.12 0.32 0 0.15
HSL 278.57º 0.48% 0.71% -
HSV(B) 278.57º 0.32% 0.85% -
XYZ 44.7 37.08 70.45 -
YUV 168.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 192 147 217 0.12 0.32 0 0.15 278.57 0.48 0.71
Hex C0 93 D9 C 20 0 F 117 30 47
Octal 300 223 331 14 40 0 17 427 60 107
Binary 11000000 10010011 11011001 1100 100000 0 1111 100010111 110000 1000111

Color Harmonies of #C093D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C093D9

Black with #C093D9

Text Example


Text Example

White with #C093D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C093D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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