Html Css Color HEX #C092EF Wisteria

📋 copy color: '#C092EF'

red 192 ◦ green 146 ◦ blue 239

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

Shades of Wisteria #C092EF

Tints of Wisteria #C092EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 33.28%
G = 25.3%
B = 41.42%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C092EF (or 0xC092EF) is known color: Wisteria. HEX triplet: C0, 92 and EF. RGB value is (192,146,239). Sum of RGB (Red+Green+Blue) = 192+146+239=577 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.28% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #C092EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C092EF is #3F6D10. Grayscale: #AAAAAA. Windows color (decimal): -4156689 or 15700672. OLE color: 15700672.

HSL color Cylindrical-coordinate representation of color #C092EF: hue angle of 269.68º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C092EF is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 146 239 -
CMYK 0.20 0.39 0 0.06
HSL 269.68º 0.74% 0.75% -
HSV(B) 269.68º 0.39% 0.94% -
XYZ 47.6 38 86.49 -
YUV 170.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 192 146 239 0.20 0.39 0 0.06 269.68 0.74 0.75
Hex C0 92 EF 14 27 0 6 10E 4A 4B
Octal 300 222 357 24 47 0 6 416 112 113
Binary 11000000 10010010 11101111 10100 100111 0 110 100001110 1001010 1001011

Color Harmonies of #C092EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092EF

Black with #C092EF

Text Example


Text Example

White with #C092EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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