Html Css Color HEX #C093CE Wisteria

📋 copy color: '#C093CE'

red 192 ◦ green 147 ◦ blue 206

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

Shades of Wisteria #C093CE

Tints of Wisteria #C093CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 35.23%
G = 26.97%
B = 37.8%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C093CE (or 0xC093CE) is known color: Wisteria. HEX triplet: C0, 93 and CE. RGB value is (192,147,206). Sum of RGB (Red+Green+Blue) = 192+147+206=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: blue. Hex color #C093CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C093CE is #3F6C31. Grayscale: #A6A6A6. Windows color (decimal): -4156466 or 13538240. OLE color: 13538240.

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

Color convert

RGB 192 147 206 -
CMYK 0.07 0.29 0 0.19
HSL 285.76º 0.38% 0.69% -
HSV(B) 285.76º 0.29% 0.81% -
XYZ 43.31 36.53 63.16 -
YUV 167.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 192 147 206 0.07 0.29 0 0.19 285.76 0.38 0.69
Hex C0 93 CE 7 1D 0 13 11E 26 45
Octal 300 223 316 7 35 0 23 436 46 105
Binary 11000000 10010011 11001110 111 11101 0 10011 100011110 100110 1000101

Color Harmonies of #C093CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C093CE

Black with #C093CE

Text Example


Text Example

White with #C093CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C093CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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