#C482CB

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

Shades of Orchid #C482CB

Tints of Orchid #C482CB

Color information

#C482CB (or 0xC482CB) is unknown color: approx Orchid. HEX triplet: C4, 82 and CB. RGB value is (196,130,203). Sum of RGB (Red+Green+Blue) = 196+130+203=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #C482CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482CB is #3B7D34. Grayscale: #9D9D9D. Windows color (decimal): -3898677 or 13337284. OLE color: 13337284.

HSL color Cylindrical-coordinate representation of color #C482CB: hue angle of 294.25º degrees, saturation: 0.41, 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 #C482CB is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196130203-
CMYK0.030.3600.20
HSL294.25º41.24%65.29%-
HSV(B)294.25º35.96%79.61%-
XYZ41.5332.0160.49-
YUV158.06153.37155.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 130 (51.17% from 255) = 24.57%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=37.05%
G=24.57%
B=38.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961302030.030.3600.20294.2541.2465.29
HexC482CB3240141262941
Octal30420231334402444651101
Binary110001001000001011001011111001000101001001001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C482CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C482CB; }

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

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

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

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

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

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

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

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