#C479BD

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

Shades of Orchid #C479BD

Tints of Orchid #C479BD

Color information

#C479BD (or 0xC479BD) is unknown color: approx Orchid. HEX triplet: C4, 79 and BD. RGB value is (196,121,189). Sum of RGB (Red+Green+Blue) = 196+121+189=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C479BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479BD is #3B8642. Grayscale: #969696. Windows color (decimal): -3900995 or 12417476. OLE color: 12417476.

HSL color Cylindrical-coordinate representation of color #C479BD: hue angle of 305.6º 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 #C479BD is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196121189-
CMYK00.380.040.23
HSL305.6º38.86%62.16%-
HSV(B)305.6º38.27%76.86%-
XYZ38.7929.0851.71-
YUV151.18149.35159.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.74%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 189 (74.22% from 255) = 37.35%
R=38.74%
G=23.91%
B=37.35%

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
Decimal19612118900.380.040.23305.638.8662.16
HexC479BD026417132273e
Octal3041712750464274624776
Binary11000100111100110111101010011010010111100110010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C479BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C479BD; }

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

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

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

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

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

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

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

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