#C47ABD

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

Shades of Orchid #C47ABD

Tints of Orchid #C47ABD

Color information

#C47ABD (or 0xC47ABD) is unknown color: approx Orchid. HEX triplet: C4, 7A and BD. RGB value is (196,122,189). Sum of RGB (Red+Green+Blue) = 196+122+189=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C47ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ABD is #3B8542. Grayscale: #979797. Windows color (decimal): -3900739 or 12417732. OLE color: 12417732.

HSL color Cylindrical-coordinate representation of color #C47ABD: hue angle of 305.68º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47ABD is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196122189-
CMYK00.380.040.23
HSL305.68º38.54%62.35%-
HSV(B)305.68º37.76%76.86%-
XYZ38.9129.3351.75-
YUV151.76149.02159.55-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 122 (48.05% from 255) = 24.06%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=38.66%
G=24.06%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612218900.380.040.23305.6838.5462.35
HexC47ABD026417132273e
Octal3041722750464274624776
Binary11000100111101010111101010011010010111100110010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47ABD; }

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

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

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

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

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

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

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

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