Html Css Color HEX #C083DF Wisteria

📋 copy color: '#C083DF'

red 192 ◦ green 131 ◦ blue 223

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

Shades of Wisteria #C083DF

Tints of Wisteria #C083DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 35.16%
G = 23.99%
B = 40.84%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C083DF (or 0xC083DF) is known color: Wisteria. HEX triplet: C0, 83 and DF. RGB value is (192,131,223). Sum of RGB (Red+Green+Blue) = 192+131+223=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #C083DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083DF is #3F7C20. Grayscale: #9F9F9F. Windows color (decimal): -4160545 or 14648256. OLE color: 14648256.

HSL color Cylindrical-coordinate representation of color #C083DF: hue angle of 279.78º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C083DF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 131 223 -
CMYK 0.14 0.41 0 0.13
HSL 279.78º 0.59% 0.69% -
HSV(B) 279.78º 0.41% 0.87% -
XYZ 43.17 32.77 73.86 -
YUV 159.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 192 131 223 0.14 0.41 0 0.13 279.78 0.59 0.69
Hex C0 83 DF E 29 0 D 118 3B 45
Octal 300 203 337 16 51 0 15 430 73 105
Binary 11000000 10000011 11011111 1110 101001 0 1101 100011000 111011 1000101

Color Harmonies of #C083DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C083DF

Black with #C083DF

Text Example


Text Example

White with #C083DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C083DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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