Html Css Color HEX #C082DF Wisteria

📋 copy color: '#C082DF'

red 192 ◦ green 130 ◦ blue 223

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

Shades of Wisteria #C082DF

Tints of Wisteria #C082DF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.85%

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

R = 35.23%
G = 23.85%
B = 40.92%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C082DF (or 0xC082DF) is known color: Wisteria. HEX triplet: C0, 82 and DF. RGB value is (192,130,223). Sum of RGB (Red+Green+Blue) = 192+130+223=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #C082DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082DF is #3F7D20. Grayscale: #9E9E9E. Windows color (decimal): -4160801 or 14648000. OLE color: 14648000.

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

Color convert

RGB 192 130 223 -
CMYK 0.14 0.42 0 0.13
HSL 280º 0.59% 0.69% -
HSV(B) 280º 0.42% 0.87% -
XYZ 43.04 32.5 73.82 -
YUV 159.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 192 130 223 0.14 0.42 0 0.13 280 0.59 0.69
Hex C0 82 DF E 2A 0 D 118 3B 45
Octal 300 202 337 16 52 0 15 430 73 105
Binary 11000000 10000010 11011111 1110 101010 0 1101 100011000 111011 1000101

Color Harmonies of #C082DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082DF

Black with #C082DF

Text Example


Text Example

White with #C082DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C082DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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