Html Css Color HEX #C092D8 Wisteria

📋 copy color: '#C092D8'

red 192 ◦ green 146 ◦ blue 216

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

Shades of Wisteria #C092D8

Tints of Wisteria #C092D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.99%

R = 34.66%
G = 26.35%
B = 38.99%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C092D8 (or 0xC092D8) is known color: Wisteria. HEX triplet: C0, 92 and D8. RGB value is (192,146,216). Sum of RGB (Red+Green+Blue) = 192+146+216=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #C092D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092D8 is #3F6D27. Grayscale: #A7A7A7. Windows color (decimal): -4156712 or 14193344. OLE color: 14193344.

HSL color Cylindrical-coordinate representation of color #C092D8: hue angle of 279.43º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C092D8 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 146 216 -
CMYK 0.11 0.32 0 0.15
HSL 279.43º 0.47% 0.71% -
HSV(B) 279.43º 0.32% 0.85% -
XYZ 44.41 36.72 69.71 -
YUV 167.73 155.24 145.31 -
System Red Green Blue C M Y K H S L
Decimal 192 146 216 0.11 0.32 0 0.15 279.43 0.47 0.71
Hex C0 92 D8 B 20 0 F 117 2F 47
Octal 300 222 330 13 40 0 17 427 57 107
Binary 11000000 10010010 11011000 1011 100000 0 1111 100010111 101111 1000111

Color Harmonies of #C092D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092D8

Black with #C092D8

Text Example


Text Example

White with #C092D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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