#C475DA

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

Shades of Orchid #C475DA

Tints of Orchid #C475DA

Color information

#C475DA (or 0xC475DA) is unknown color: approx Orchid. HEX triplet: C4, 75 and DA. RGB value is (196,117,218). Sum of RGB (Red+Green+Blue) = 196+117+218=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #C475DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475DA is #3B8A25. Grayscale: #979797. Windows color (decimal): -3901990 or 14316996. OLE color: 14316996.

HSL color Cylindrical-coordinate representation of color #C475DA: hue angle of 286.93º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C475DA is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196117218-
CMYK0.100.4600.15
HSL286.93º57.71%65.69%-
HSV(B)286.93º46.33%85.49%-
XYZ41.7829.5269.83-
YUV152.14165.17159.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 117 (46.09% from 255) = 22.03%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=36.91%
G=22.03%
B=41.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961172180.100.4600.15286.9357.7165.69
HexC475DAA2E0F11f3a42
Octal304165332125601743772102
Binary110001001110101110110101010101110011111000111111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475DA; }

 p { color: rgb(196,117,218); }

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

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

 a { background-color: rgb(196,117,218); }

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

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

 span { border-color: rgb(196,117,218); }

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