#C47FCD

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

Shades of Orchid #C47FCD

Tints of Orchid #C47FCD

Color information

#C47FCD (or 0xC47FCD) is unknown color: approx Orchid. HEX triplet: C4, 7F and CD. RGB value is (196,127,205). Sum of RGB (Red+Green+Blue) = 196+127+205=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #C47FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FCD is #3B8032. Grayscale: #9C9C9C. Windows color (decimal): -3899443 or 13467588. OLE color: 13467588.

HSL color Cylindrical-coordinate representation of color #C47FCD: hue angle of 293.08º 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 #C47FCD is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196127205-
CMYK0.040.3800.20
HSL293.08º43.82%65.1%-
HSV(B)293.08º38.05%80.39%-
XYZ41.3731.3261.62-
YUV156.52155.36156.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=37.12%
G=24.05%
B=38.83%

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
Decimal1961272050.040.3800.20293.0843.8265.1
HexC47FCD4260141252c41
Octal30417731544602444554101
Binary110001001111111110011011001001100101001001001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47FCD; }

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

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

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

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

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

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

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

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