#C471CF

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

Shades of Orchid #C471CF

Tints of Orchid #C471CF

Color information

#C471CF (or 0xC471CF) is unknown color: approx Orchid. HEX triplet: C4, 71 and CF. RGB value is (196,113,207). Sum of RGB (Red+Green+Blue) = 196+113+207=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #C471CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471CF is #3B8E30. Grayscale: #949494. Windows color (decimal): -3903025 or 13595076. OLE color: 13595076.

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

Color convert

RGB196113207-
CMYK0.050.4500.19
HSL292.98º49.47%62.75%-
HSV(B)292.98º45.41%81.18%-
XYZ39.9328.0562.34-
YUV148.53161161.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.98%
GREEN value IS 113 (44.53% from 255) = 21.90%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=37.98%
G=21.90%
B=40.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961132070.050.4500.19292.9849.4762.75
HexC471CF52D013125313f
Octal3041613175550234456177
Binary11000100111000111001111101101101010011100100101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C471CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C471CF; }

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

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

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

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

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

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

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

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