#C47BCB

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

Shades of Orchid #C47BCB

Tints of Orchid #C47BCB

Color information

#C47BCB (or 0xC47BCB) is unknown color: approx Orchid. HEX triplet: C4, 7B and CB. RGB value is (196,123,203). Sum of RGB (Red+Green+Blue) = 196+123+203=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 203 - color contains mainly: blue. Hex color #C47BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BCB is #3B8434. Grayscale: #999999. Windows color (decimal): -3900469 or 13335492. OLE color: 13335492.

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

Color convert

RGB196123203-
CMYK0.030.3900.20
HSL294.75º43.48%63.92%-
HSV(B)294.75º39.41%79.61%-
XYZ40.6330.2160.19-
YUV153.95155.68158-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.55%
GREEN value IS 123 (48.44% from 255) = 23.56%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=37.55%
G=23.56%
B=38.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961232030.030.3900.20294.7543.4863.92
HexC47BCB3270141272b40
Octal30417331334702444753100
Binary11000100111101111001011111001110101001001001111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47BCB; }

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

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

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

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

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

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

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

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