#C475CD

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

Shades of Orchid #C475CD

Tints of Orchid #C475CD

Color information

#C475CD (or 0xC475CD) is unknown color: approx Orchid. HEX triplet: C4, 75 and CD. RGB value is (196,117,205). Sum of RGB (Red+Green+Blue) = 196+117+205=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #C475CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475CD is #3B8A32. Grayscale: #969696. Windows color (decimal): -3902003 or 13465028. OLE color: 13465028.

HSL color Cylindrical-coordinate representation of color #C475CD: hue angle of 293.86º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C475CD is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196117205-
CMYK0.040.4300.20
HSL293.86º46.81%63.14%-
HSV(B)293.86º42.93%80.39%-
XYZ40.1528.8761.21-
YUV150.65158.67160.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.84%
GREEN value IS 117 (46.09% from 255) = 22.59%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=37.84%
G=22.59%
B=39.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961172050.040.4300.20293.8646.8163.14
HexC475CD42B0141262f3f
Octal3041653154530244465777
Binary11000100111010111001101100101011010100100100110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475CD; }

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

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

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

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

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

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

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

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