Html Css Color HEX #C093E6 Wisteria

📋 copy color: '#C093E6'

red 192 ◦ green 147 ◦ blue 230

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

Shades of Wisteria #C093E6

Tints of Wisteria #C093E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.42%

R = 33.74%
G = 25.83%
B = 40.42%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C093E6 (or 0xC093E6) is known color: Wisteria. HEX triplet: C0, 93 and E6. RGB value is (192,147,230). Sum of RGB (Red+Green+Blue) = 192+147+230=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #C093E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C093E6 is #3F6C19. Grayscale: #A9A9A9. Windows color (decimal): -4156442 or 15111104. OLE color: 15111104.

HSL color Cylindrical-coordinate representation of color #C093E6: hue angle of 272.53º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C093E6 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 147 230 -
CMYK 0.17 0.36 0 0.10
HSL 272.53º 0.62% 0.74% -
HSV(B) 272.53º 0.36% 0.9% -
XYZ 46.45 37.79 79.71 -
YUV 169.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 192 147 230 0.17 0.36 0 0.10 272.53 0.62 0.74
Hex C0 93 E6 11 24 0 A 111 3E 4A
Octal 300 223 346 21 44 0 12 421 76 112
Binary 11000000 10010011 11100110 10001 100100 0 1010 100010001 111110 1001010

Color Harmonies of #C093E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C093E6

Black with #C093E6

Text Example


Text Example

White with #C093E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C093E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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