#C480CD

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

Shades of Orchid #C480CD

Tints of Orchid #C480CD

Color information

#C480CD (or 0xC480CD) is unknown color: approx Orchid. HEX triplet: C4, 80 and CD. RGB value is (196,128,205). Sum of RGB (Red+Green+Blue) = 196+128+205=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #C480CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480CD is #3B7F32. Grayscale: #9C9C9C. Windows color (decimal): -3899187 or 13467844. OLE color: 13467844.

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

Color convert

RGB196128205-
CMYK0.040.3800.20
HSL292.99º43.5%65.29%-
HSV(B)292.99º37.56%80.39%-
XYZ41.531.5861.67-
YUV157.11155.03155.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 128 (50.39% from 255) = 24.20%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=37.05%
G=24.20%
B=38.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961282050.040.3800.20292.9943.565.29
HexC480CD4260141252c41
Octal30420031544602444554101
Binary1100010010000000110011011001001100101001001001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480CD; }

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

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

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

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

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

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

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

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