Html Css Color HEX #C092E0 Wisteria

📋 copy color: '#C092E0'

red 192 ◦ green 146 ◦ blue 224

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

Shades of Wisteria #C092E0

Tints of Wisteria #C092E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.86%

R = 34.16%
G = 25.98%
B = 39.86%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C092E0 (or 0xC092E0) is known color: Wisteria. HEX triplet: C0, 92 and E0. RGB value is (192,146,224). Sum of RGB (Red+Green+Blue) = 192+146+224=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 224 (87.89% from 255 or 39.86% from 562); Max value from RGB is 224 - color contains mainly: blue. Hex color #C092E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092E0 is #3F6D1F. Grayscale: #A8A8A8. Windows color (decimal): -4156704 or 14717632. OLE color: 14717632.

HSL color Cylindrical-coordinate representation of color #C092E0: hue angle of 275.38º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C092E0 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 146 224 -
CMYK 0.14 0.35 0 0.12
HSL 275.38º 0.56% 0.73% -
HSV(B) 275.38º 0.35% 0.88% -
XYZ 45.47 37.15 75.29 -
YUV 168.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 192 146 224 0.14 0.35 0 0.12 275.38 0.56 0.73
Hex C0 92 E0 E 23 0 C 113 38 49
Octal 300 222 340 16 43 0 14 423 70 111
Binary 11000000 10010010 11100000 1110 100011 0 1100 100010011 111000 1001001

Color Harmonies of #C092E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092E0

Black with #C092E0

Text Example


Text Example

White with #C092E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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