Html Css Color HEX #C082D1 Wisteria

📋 copy color: '#C082D1'

red 192 ◦ green 130 ◦ blue 209

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

Shades of Wisteria #C082D1

Tints of Wisteria #C082D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.36%

R = 36.16%
G = 24.48%
B = 39.36%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C082D1 (or 0xC082D1) is known color: Wisteria. HEX triplet: C0, 82 and D1. RGB value is (192,130,209). Sum of RGB (Red+Green+Blue) = 192+130+209=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #C082D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082D1 is #3F7D2E. Grayscale: #9D9D9D. Windows color (decimal): -4160815 or 13730496. OLE color: 13730496.

HSL color Cylindrical-coordinate representation of color #C082D1: hue angle of 287.09º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C082D1 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 130 209 -
CMYK 0.08 0.38 0 0.18
HSL 287.09º 0.46% 0.66% -
HSV(B) 287.09º 0.38% 0.82% -
XYZ 41.23 31.78 64.28 -
YUV 157.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 192 130 209 0.08 0.38 0 0.18 287.09 0.46 0.66
Hex C0 82 D1 8 26 0 12 11F 2E 42
Octal 300 202 321 10 46 0 22 437 56 102
Binary 11000000 10000010 11010001 1000 100110 0 10010 100011111 101110 1000010

Color Harmonies of #C082D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C082D1

Black with #C082D1

Text Example


Text Example

White with #C082D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C082D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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