Html Css Color HEX #C094E9 Wisteria

📋 copy color: '#C094E9'

red 192 ◦ green 148 ◦ blue 233

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

Shades of Wisteria #C094E9

Tints of Wisteria #C094E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.66%

R = 33.51%
G = 25.83%
B = 40.66%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C094E9 (or 0xC094E9) is known color: Wisteria. HEX triplet: C0, 94 and E9. RGB value is (192,148,233). Sum of RGB (Red+Green+Blue) = 192+148+233=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 233 - color contains mainly: blue. Hex color #C094E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094E9 is #3F6B16. Grayscale: #AAAAAA. Windows color (decimal): -4156183 or 15307968. OLE color: 15307968.

HSL color Cylindrical-coordinate representation of color #C094E9: hue angle of 271.06º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C094E9 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 148 233 -
CMYK 0.18 0.36 0 0.09
HSL 271.06º 0.66% 0.75% -
HSV(B) 271.06º 0.36% 0.91% -
XYZ 47.04 38.27 82 -
YUV 170.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 192 148 233 0.18 0.36 0 0.09 271.06 0.66 0.75
Hex C0 94 E9 12 24 0 9 10F 42 4B
Octal 300 224 351 22 44 0 11 417 102 113
Binary 11000000 10010100 11101001 10010 100100 0 1001 100001111 1000010 1001011

Color Harmonies of #C094E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094E9

Black with #C094E9

Text Example


Text Example

White with #C094E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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