Html Css Color HEX #C083DC Wisteria

📋 copy color: '#C083DC'

red 192 ◦ green 131 ◦ blue 220

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

Shades of Wisteria #C083DC

Tints of Wisteria #C083DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.13%

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 35.36%
G = 24.13%
B = 40.52%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C083DC (or 0xC083DC) is known color: Wisteria. HEX triplet: C0, 83 and DC. RGB value is (192,131,220). Sum of RGB (Red+Green+Blue) = 192+131+220=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #C083DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083DC is #3F7C23. Grayscale: #9F9F9F. Windows color (decimal): -4160548 or 14451648. OLE color: 14451648.

HSL color Cylindrical-coordinate representation of color #C083DC: hue angle of 281.12º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C083DC is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 131 220 -
CMYK 0.13 0.40 0 0.14
HSL 281.12º 0.56% 0.69% -
HSV(B) 281.12º 0.4% 0.86% -
XYZ 42.77 32.61 71.75 -
YUV 159.39 162.21 151.26 -
System Red Green Blue C M Y K H S L
Decimal 192 131 220 0.13 0.40 0 0.14 281.12 0.56 0.69
Hex C0 83 DC D 28 0 E 119 38 45
Octal 300 203 334 15 50 0 16 431 70 105
Binary 11000000 10000011 11011100 1101 101000 0 1110 100011001 111000 1000101

Color Harmonies of #C083DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083DC

Black with #C083DC

Text Example


Text Example

White with #C083DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083DC; }

 p { color: rgb(192,131,220); }

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

background-color css

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

 a { background-color: rgb(192,131,220); }

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

border-color css

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

 span { border-color: rgb(192,131,220); }

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