#C475CF

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

Shades of Orchid #C475CF

Tints of Orchid #C475CF

Color information

#C475CF (or 0xC475CF) is unknown color: approx Orchid. HEX triplet: C4, 75 and CF. RGB value is (196,117,207). Sum of RGB (Red+Green+Blue) = 196+117+207=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #C475CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C475CF is #3B8A30. Grayscale: #969696. Windows color (decimal): -3902001 or 13596100. OLE color: 13596100.

HSL color Cylindrical-coordinate representation of color #C475CF: hue angle of 292.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C475CF is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196117207-
CMYK0.050.4300.19
HSL292.67º48.39%63.53%-
HSV(B)292.67º43.48%81.18%-
XYZ40.3928.9662.49-
YUV150.88159.67160.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 117 (46.09% from 255) = 22.5%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=37.69%
G=22.5%
B=39.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961172070.050.4300.19292.6748.3963.53
HexC475CF52B0131253040
Octal30416531755302344560100
Binary110001001110101110011111011010110100111001001011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475CF; }

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

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

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

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

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

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

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

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