#C482CC

Color #C482CC Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C482CC

Tints of Orchid #C482CC

Color information

#C482CC (or 0xC482CC) is unknown color: approx Orchid. HEX triplet: C4, 82 and CC. RGB value is (196,130,204). Sum of RGB (Red+Green+Blue) = 196+130+204=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #C482CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482CC is #3B7D33. Grayscale: #9D9D9D. Windows color (decimal): -3898676 or 13402820. OLE color: 13402820.

HSL color Cylindrical-coordinate representation of color #C482CC: hue angle of 293.51º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C482CC is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196130204-
CMYK0.040.3600.2
HSL293.51º42.05%65.49%-
HSV(B)293.51º36.27%80%-
XYZ41.6532.0661.12-
YUV158.17153.87154.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 130 (51.17% from 255) = 24.53%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=36.98%
G=24.53%
B=38.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961302040.040.3600.2293.5142.0565.49
HexC482CC4240141262a41
Octal30420231444402444652101
Binary1100010010000010110011001001001000101001001001101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C482CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C482CC; }

 p { color: rgb(196,130,204); }

 H1.HeaderClassName
 {
   color: #C482CC;
 }
 .AnyTagClassName
 {
   color: #C482CC;
 }
</style>
background-color css

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

 a { background-color: rgb(196,130,204); }

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

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

 span { border-color: rgb(196,130,204); }

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