Html Css Color HEX #C093DA Wisteria

📋 copy color: '#C093DA'

red 192 ◦ green 147 ◦ blue 218

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

Shades of Wisteria #C093DA

Tints of Wisteria #C093DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 34.47%
G = 26.39%
B = 39.14%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C093DA (or 0xC093DA) is known color: Wisteria. HEX triplet: C0, 93 and DA. RGB value is (192,147,218). Sum of RGB (Red+Green+Blue) = 192+147+218=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #C093DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093DA is #3F6C25. Grayscale: #A8A8A8. Windows color (decimal): -4156454 or 14324672. OLE color: 14324672.

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

Color convert

RGB 192 147 218 -
CMYK 0.12 0.33 0 0.15
HSL 278.03º 0.49% 0.72% -
HSV(B) 278.03º 0.33% 0.85% -
XYZ 44.83 37.14 71.13 -
YUV 168.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 192 147 218 0.12 0.33 0 0.15 278.03 0.49 0.72
Hex C0 93 DA C 21 0 F 116 31 48
Octal 300 223 332 14 41 0 17 426 61 110
Binary 11000000 10010011 11011010 1100 100001 0 1111 100010110 110001 1001000

Color Harmonies of #C093DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C093DA

Black with #C093DA

Text Example


Text Example

White with #C093DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C093DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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