Html Css Color HEX #C094E4 Wisteria

📋 copy color: '#C094E4'

red 192 ◦ green 148 ◦ blue 228

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

Shades of Wisteria #C094E4

Tints of Wisteria #C094E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.14%

R = 33.8%
G = 26.06%
B = 40.14%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C094E4 (or 0xC094E4) is known color: Wisteria. HEX triplet: C0, 94 and E4. RGB value is (192,148,228). Sum of RGB (Red+Green+Blue) = 192+148+228=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 228 - color contains mainly: blue. Hex color #C094E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094E4 is #3F6B1B. Grayscale: #AAAAAA. Windows color (decimal): -4156188 or 14980288. OLE color: 14980288.

HSL color Cylindrical-coordinate representation of color #C094E4: hue angle of 273º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C094E4 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 148 228 -
CMYK 0.16 0.35 0 0.11
HSL 273º 0.6% 0.74% -
HSV(B) 273º 0.35% 0.89% -
XYZ 46.33 37.99 78.29 -
YUV 170.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 192 148 228 0.16 0.35 0 0.11 273 0.6 0.74
Hex C0 94 E4 10 23 0 B 111 3C 4A
Octal 300 224 344 20 43 0 13 421 74 112
Binary 11000000 10010100 11100100 10000 100011 0 1011 100010001 111100 1001010

Color Harmonies of #C094E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094E4

Black with #C094E4

Text Example


Text Example

White with #C094E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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