Html Css Color HEX #C092D5 Wisteria

📋 copy color: '#C092D5'

red 192 ◦ green 146 ◦ blue 213

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

Shades of Wisteria #C092D5

Tints of Wisteria #C092D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.66%

R = 34.85%
G = 26.5%
B = 38.66%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C092D5 (or 0xC092D5) is known color: Wisteria. HEX triplet: C0, 92 and D5. RGB value is (192,146,213). Sum of RGB (Red+Green+Blue) = 192+146+213=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 213 - color contains mainly: blue. Hex color #C092D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092D5 is #3F6D2A. Grayscale: #A7A7A7. Windows color (decimal): -4156715 or 13996736. OLE color: 13996736.

HSL color Cylindrical-coordinate representation of color #C092D5: hue angle of 281.19º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C092D5 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 146 213 -
CMYK 0.10 0.31 0 0.16
HSL 281.19º 0.44% 0.7% -
HSV(B) 281.19º 0.31% 0.84% -
XYZ 44.03 36.57 67.69 -
YUV 167.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 192 146 213 0.10 0.31 0 0.16 281.19 0.44 0.7
Hex C0 92 D5 A 1F 0 10 119 2C 46
Octal 300 222 325 12 37 0 20 431 54 106
Binary 11000000 10010010 11010101 1010 11111 0 10000 100011001 101100 1000110

Color Harmonies of #C092D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092D5

Black with #C092D5

Text Example


Text Example

White with #C092D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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