Html Css Color HEX #C094EB Wisteria

📋 copy color: '#C094EB'

red 192 ◦ green 148 ◦ blue 235

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

Shades of Wisteria #C094EB

Tints of Wisteria #C094EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.87%

R = 33.39%
G = 25.74%
B = 40.87%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C094EB (or 0xC094EB) is known color: Wisteria. HEX triplet: C0, 94 and EB. RGB value is (192,148,235). Sum of RGB (Red+Green+Blue) = 192+148+235=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #C094EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094EB is #3F6B14. Grayscale: #AAAAAA. Windows color (decimal): -4156181 or 15439040. OLE color: 15439040.

HSL color Cylindrical-coordinate representation of color #C094EB: hue angle of 270.34º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C094EB is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 148 235 -
CMYK 0.18 0.37 0 0.08
HSL 270.34º 0.69% 0.75% -
HSV(B) 270.34º 0.37% 0.92% -
XYZ 47.32 38.38 83.51 -
YUV 171.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 192 148 235 0.18 0.37 0 0.08 270.34 0.69 0.75
Hex C0 94 EB 12 25 0 8 10E 45 4B
Octal 300 224 353 22 45 0 10 416 105 113
Binary 11000000 10010100 11101011 10010 100101 0 1000 100001110 1000101 1001011

Color Harmonies of #C094EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094EB

Black with #C094EB

Text Example


Text Example

White with #C094EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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