Html Css Color HEX #C092ED Wisteria

📋 copy color: '#C092ED'

red 192 ◦ green 146 ◦ blue 237

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

Shades of Wisteria #C092ED

Tints of Wisteria #C092ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.22%

R = 33.39%
G = 25.39%
B = 41.22%

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

#C092ED (or 0xC092ED) is known color: Wisteria. HEX triplet: C0, 92 and ED. RGB value is (192,146,237). Sum of RGB (Red+Green+Blue) = 192+146+237=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #C092ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C092ED is #3F6D12. Grayscale: #A9A9A9. Windows color (decimal): -4156691 or 15569600. OLE color: 15569600.

HSL color Cylindrical-coordinate representation of color #C092ED: hue angle of 270.33º degrees, saturation: 0.72, 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 #C092ED is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 146 237 -
CMYK 0.19 0.38 0 0.07
HSL 270.33º 0.72% 0.75% -
HSV(B) 270.33º 0.38% 0.93% -
XYZ 47.3 37.88 84.94 -
YUV 170.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 192 146 237 0.19 0.38 0 0.07 270.33 0.72 0.75
Hex C0 92 ED 13 26 0 7 10E 48 4B
Octal 300 222 355 23 46 0 7 416 110 113
Binary 11000000 10010010 11101101 10011 100110 0 111 100001110 1001000 1001011

Color Harmonies of #C092ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092ED

Black with #C092ED

Text Example


Text Example

White with #C092ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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