#C47ACD

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

Shades of Orchid #C47ACD

Tints of Orchid #C47ACD

Color information

#C47ACD (or 0xC47ACD) is unknown color: approx Orchid. HEX triplet: C4, 7A and CD. RGB value is (196,122,205). Sum of RGB (Red+Green+Blue) = 196+122+205=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #C47ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ACD is #3B8532. Grayscale: #999999. Windows color (decimal): -3900723 or 13466308. OLE color: 13466308.

HSL color Cylindrical-coordinate representation of color #C47ACD: hue angle of 293.49º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47ACD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196122205-
CMYK0.040.4000.20
HSL293.49º45.36%64.12%-
HSV(B)293.49º40.49%80.39%-
XYZ40.7430.0661.41-
YUV153.59157.02158.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 122 (48.05% from 255) = 23.33%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=37.48%
G=23.33%
B=39.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961222050.040.4000.20293.4945.3664.12
HexC47ACD4280141252d40
Octal30417231545002444555100
Binary110001001111010110011011001010000101001001001011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47ACD; }

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

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

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

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

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

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

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

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