#C481CD

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

Shades of Orchid #C481CD

Tints of Orchid #C481CD

Color information

#C481CD (or 0xC481CD) is unknown color: approx Orchid. HEX triplet: C4, 81 and CD. RGB value is (196,129,205). Sum of RGB (Red+Green+Blue) = 196+129+205=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #C481CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481CD is #3B7E32. Grayscale: #9D9D9D. Windows color (decimal): -3898931 or 13468100. OLE color: 13468100.

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

Color convert

RGB196129205-
CMYK0.040.3700.20
HSL292.89º43.18%65.49%-
HSV(B)292.89º37.07%80.39%-
XYZ41.6331.8461.71-
YUV157.7154.7155.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 129 (50.78% from 255) = 24.34%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=36.98%
G=24.34%
B=38.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961292050.040.3700.20292.8943.1865.49
HexC481CD4250141252b41
Octal30420131544502444553101
Binary1100010010000001110011011001001010101001001001011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481CD; }

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

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

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

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

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

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

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

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