Html Css Color HEX #C092EC Wisteria

📋 copy color: '#C092EC'

red 192 ◦ green 146 ◦ blue 236

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

Shades of Wisteria #C092EC

Tints of Wisteria #C092EC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.44%

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

R = 33.45%
G = 25.44%
B = 41.11%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C092EC (or 0xC092EC) is known color: Wisteria. HEX triplet: C0, 92 and EC. RGB value is (192,146,236). Sum of RGB (Red+Green+Blue) = 192+146+236=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #C092EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C092EC is #3F6D13. Grayscale: #A9A9A9. Windows color (decimal): -4156692 or 15504064. OLE color: 15504064.

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

Color convert

RGB 192 146 236 -
CMYK 0.19 0.38 0 0.07
HSL 270.67º 0.7% 0.75% -
HSV(B) 270.67º 0.38% 0.93% -
XYZ 47.16 37.82 84.17 -
YUV 170.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 192 146 236 0.19 0.38 0 0.07 270.67 0.7 0.75
Hex C0 92 EC 13 26 0 7 10F 46 4B
Octal 300 222 354 23 46 0 7 417 106 113
Binary 11000000 10010010 11101100 10011 100110 0 111 100001111 1000110 1001011

Color Harmonies of #C092EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092EC

Black with #C092EC

Text Example


Text Example

White with #C092EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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