Html Css Color HEX #C092EB Wisteria

📋 copy color: '#C092EB'

red 192 ◦ green 146 ◦ blue 235

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

Shades of Wisteria #C092EB

Tints of Wisteria #C092EB

RGB

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

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

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

R = 33.51%
G = 25.48%
B = 41.01%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C092EB (or 0xC092EB) is known color: Wisteria. HEX triplet: C0, 92 and EB. RGB value is (192,146,235). Sum of RGB (Red+Green+Blue) = 192+146+235=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 235 - color contains mainly: blue. Hex color #C092EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C092EB is #3F6D14. Grayscale: #A9A9A9. Windows color (decimal): -4156693 or 15438528. OLE color: 15438528.

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

Color convert

RGB 192 146 235 -
CMYK 0.18 0.38 0 0.08
HSL 271.01º 0.69% 0.75% -
HSV(B) 271.01º 0.38% 0.92% -
XYZ 47.01 37.76 83.41 -
YUV 169.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 192 146 235 0.18 0.38 0 0.08 271.01 0.69 0.75
Hex C0 92 EB 12 26 0 8 10F 45 4B
Octal 300 222 353 22 46 0 10 417 105 113
Binary 11000000 10010010 11101011 10010 100110 0 1000 100001111 1000101 1001011

Color Harmonies of #C092EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092EB

Black with #C092EB

Text Example


Text Example

White with #C092EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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