#C477C0

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

Shades of Orchid #C477C0

Tints of Orchid #C477C0

Color information

#C477C0 (or 0xC477C0) is unknown color: approx Orchid. HEX triplet: C4, 77 and C0. RGB value is (196,119,192). Sum of RGB (Red+Green+Blue) = 196+119+192=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C477C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477C0 is #3B883F. Grayscale: #969696. Windows color (decimal): -3901504 or 12613572. OLE color: 12613572.

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

Color convert

RGB196119192-
CMYK00.390.020.23
HSL303.12º39.49%61.76%-
HSV(B)303.12º39.29%76.86%-
XYZ38.8828.7453.37-
YUV150.34151.51160.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 119 (46.88% from 255) = 23.47%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=38.66%
G=23.47%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611919200.390.020.23303.1239.4961.76
HexC477C002721712f273e
Octal3041673000472274574776
Binary1100010011101111100000001001111010111100101111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C477C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C477C0; }

 p { color: rgb(196,119,192); }

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

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

 a { background-color: rgb(196,119,192); }

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

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

 span { border-color: rgb(196,119,192); }

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