#C47BCE

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

Shades of Orchid #C47BCE

Tints of Orchid #C47BCE

Color information

#C47BCE (or 0xC47BCE) is unknown color: approx Orchid. HEX triplet: C4, 7B and CE. RGB value is (196,123,206). Sum of RGB (Red+Green+Blue) = 196+123+206=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 123 (48.44% from 255 or 23.43% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #C47BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BCE is #3B8431. Grayscale: #9A9A9A. Windows color (decimal): -3900466 or 13532100. OLE color: 13532100.

HSL color Cylindrical-coordinate representation of color #C47BCE: hue angle of 292.77º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47BCE is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196123206-
CMYK0.050.4000.19
HSL292.77º45.86%64.51%-
HSV(B)292.77º40.29%80.78%-
XYZ40.9930.3662.09-
YUV154.29157.18157.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 123 (48.44% from 255) = 23.43%
BLUE value IS 206 (80.86% from 255) = 39.24%
R=37.33%
G=23.43%
B=39.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961232060.050.4000.19292.7745.8664.51
HexC47BCE5280131252e41
Octal30417331655002344556101
Binary110001001111011110011101011010000100111001001011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47BCE; }

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

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

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

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

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

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

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

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