Html Css Color HEX #C092E6 Wisteria

📋 copy color: '#C092E6'

red 192 ◦ green 146 ◦ blue 230

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

Shades of Wisteria #C092E6

Tints of Wisteria #C092E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.49%

R = 33.8%
G = 25.7%
B = 40.49%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C092E6 (or 0xC092E6) is known color: Wisteria. HEX triplet: C0, 92 and E6. RGB value is (192,146,230). Sum of RGB (Red+Green+Blue) = 192+146+230=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #C092E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C092E6 is #3F6D19. Grayscale: #A9A9A9. Windows color (decimal): -4156698 or 15110848. OLE color: 15110848.

HSL color Cylindrical-coordinate representation of color #C092E6: hue angle of 272.86º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C092E6 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 146 230 -
CMYK 0.17 0.37 0 0.10
HSL 272.86º 0.63% 0.74% -
HSV(B) 272.86º 0.37% 0.9% -
XYZ 46.3 37.48 79.66 -
YUV 169.33 162.24 144.17 -
System Red Green Blue C M Y K H S L
Decimal 192 146 230 0.17 0.37 0 0.10 272.86 0.63 0.74
Hex C0 92 E6 11 25 0 A 111 3F 4A
Octal 300 222 346 21 45 0 12 421 77 112
Binary 11000000 10010010 11100110 10001 100101 0 1010 100010001 111111 1001010

Color Harmonies of #C092E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092E6

Black with #C092E6

Text Example


Text Example

White with #C092E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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