#C47BE0

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

Shades of Orchid #C47BE0

Tints of Orchid #C47BE0

Color information

#C47BE0 (or 0xC47BE0) is unknown color: approx Orchid. HEX triplet: C4, 7B and E0. RGB value is (196,123,224). Sum of RGB (Red+Green+Blue) = 196+123+224=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #C47BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BE0 is #3B841F. Grayscale: #9C9C9C. Windows color (decimal): -3900448 or 14711748. OLE color: 14711748.

HSL color Cylindrical-coordinate representation of color #C47BE0: hue angle of 283.37º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C47BE0 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB196123224-
CMYK0.120.4500.12
HSL283.37º61.96%68.04%-
HSV(B)283.37º45.09%87.84%-
XYZ43.331.2874.28-
YUV156.34166.18156.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.10%
GREEN value IS 123 (48.44% from 255) = 22.65%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=36.10%
G=22.65%
B=41.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1961232240.120.4500.12283.3761.9668.04
HexC47BE0C2D0C11b3e44
Octal304173340145501443376104
Binary110001001111011111000001100101101011001000110111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47BE0; }

 p { color: rgb(196,123,224); }

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

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

 a { background-color: rgb(196,123,224); }

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

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

 span { border-color: rgb(196,123,224); }

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