Html Css Color HEX #C094EC Wisteria

📋 copy color: '#C094EC'

red 192 ◦ green 148 ◦ blue 236

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

Shades of Wisteria #C094EC

Tints of Wisteria #C094EC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.69%

 BLUE value IS 236 (92.58% from 255) = 40.97%

R = 33.33%
G = 25.69%
B = 40.97%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C094EC (or 0xC094EC) is known color: Wisteria. HEX triplet: C0, 94 and EC. RGB value is (192,148,236). Sum of RGB (Red+Green+Blue) = 192+148+236=576 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.33% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #C094EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094EC is #3F6B13. Grayscale: #AAAAAA. Windows color (decimal): -4156180 or 15504576. OLE color: 15504576.

HSL color Cylindrical-coordinate representation of color #C094EC: hue angle of 270º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C094EC is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 148 236 -
CMYK 0.19 0.37 0 0.07
HSL 270º 0.7% 0.75% -
HSV(B) 270º 0.37% 0.93% -
XYZ 47.47 38.44 84.28 -
YUV 171.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 192 148 236 0.19 0.37 0 0.07 270 0.7 0.75
Hex C0 94 EC 13 25 0 7 10E 46 4B
Octal 300 224 354 23 45 0 7 416 106 113
Binary 11000000 10010100 11101100 10011 100101 0 111 100001110 1000110 1001011

Color Harmonies of #C094EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094EC

Black with #C094EC

Text Example


Text Example

White with #C094EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094EC; }

 p { color: rgb(192,148,236); }

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

background-color css

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

 a { background-color: rgb(192,148,236); }

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

border-color css

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

 span { border-color: rgb(192,148,236); }

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