Html Css Color HEX #C182DF Wisteria

📋 copy color: '#C182DF'

red 193 ◦ green 130 ◦ blue 223

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

Shades of Wisteria #C182DF

Tints of Wisteria #C182DF

RGB

 RED value IS 193 (75.78% from 255) = 35.35%

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

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

R = 35.35%
G = 23.81%
B = 40.84%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C182DF (or 0xC182DF) is known color: Wisteria. HEX triplet: C1, 82 and DF. RGB value is (193,130,223). Sum of RGB (Red+Green+Blue) = 193+130+223=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 130 (51.17% from 255 or 23.81% 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 #C182DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182DF is #3E7D20. Grayscale: #9F9F9F. Windows color (decimal): -4095265 or 14648001. OLE color: 14648001.

HSL color Cylindrical-coordinate representation of color #C182DF: hue angle of 280.65º 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 #C182DF is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 130 223 -
CMYK 0.13 0.42 0 0.13
HSL 280.65º 0.59% 0.69% -
HSV(B) 280.65º 0.42% 0.87% -
XYZ 43.29 32.63 73.83 -
YUV 159.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 193 130 223 0.13 0.42 0 0.13 280.65 0.59 0.69
Hex C1 82 DF D 2A 0 D 119 3B 45
Octal 301 202 337 15 52 0 15 431 73 105
Binary 11000001 10000010 11011111 1101 101010 0 1101 100011001 111011 1000101

Color Harmonies of #C182DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C182DF

Black with #C182DF

Text Example


Text Example

White with #C182DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C182DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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