Html Css Color HEX #C092DD Wisteria

📋 copy color: '#C092DD'

red 192 ◦ green 146 ◦ blue 221

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

Shades of Wisteria #C092DD

Tints of Wisteria #C092DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 34.35%
G = 26.12%
B = 39.53%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C092DD (or 0xC092DD) is known color: Wisteria. HEX triplet: C0, 92 and DD. RGB value is (192,146,221). Sum of RGB (Red+Green+Blue) = 192+146+221=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #C092DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092DD is #3F6D22. Grayscale: #A8A8A8. Windows color (decimal): -4156707 or 14521024. OLE color: 14521024.

HSL color Cylindrical-coordinate representation of color #C092DD: hue angle of 276.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C092DD is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 146 221 -
CMYK 0.13 0.34 0 0.13
HSL 276.8º 0.52% 0.72% -
HSV(B) 276.8º 0.34% 0.87% -
XYZ 45.07 36.98 73.17 -
YUV 168.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 192 146 221 0.13 0.34 0 0.13 276.8 0.52 0.72
Hex C0 92 DD D 22 0 D 115 34 48
Octal 300 222 335 15 42 0 15 425 64 110
Binary 11000000 10010010 11011101 1101 100010 0 1101 100010101 110100 1001000

Color Harmonies of #C092DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C092DD

Black with #C092DD

Text Example


Text Example

White with #C092DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C092DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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