#C480BF

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

Shades of Orchid #C480BF

Tints of Orchid #C480BF

Color information

#C480BF (or 0xC480BF) is unknown color: approx Orchid. HEX triplet: C4, 80 and BF. RGB value is (196,128,191). Sum of RGB (Red+Green+Blue) = 196+128+191=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 191 (75% from 255 or 37.09% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C480BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480BF is #3B7F40. Grayscale: #9B9B9B. Windows color (decimal): -3899201 or 12550340. OLE color: 12550340.

HSL color Cylindrical-coordinate representation of color #C480BF: hue angle of 304.41º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C480BF is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196128191-
CMYK00.350.030.23
HSL304.41º36.56%63.53%-
HSV(B)304.41º34.69%76.86%-
XYZ39.8930.9453.16-
YUV155.51148.03156.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 191 (75% from 255) = 37.09%
R=38.06%
G=24.85%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612819100.350.030.23304.4136.5663.53
HexC480BF0233171302540
Octal30420027704332746045100
Binary110001001000000010111111010001111101111001100001001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480BF; }

 p { color: rgb(196,128,191); }

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

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

 a { background-color: rgb(196,128,191); }

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

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

 span { border-color: rgb(196,128,191); }

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