#CC71C8

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

Shades of Orchid #CC71C8

Tints of Orchid #CC71C8

Color information

#CC71C8 (or 0xCC71C8) is unknown color: approx Orchid. HEX triplet: CC, 71 and C8. RGB value is (204,113,200). Sum of RGB (Red+Green+Blue) = 204+113+200=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC71C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC71C8 is #338E37. Grayscale: #959595. Windows color (decimal): -3378744 or 13136332. OLE color: 13136332.

HSL color Cylindrical-coordinate representation of color #CC71C8: hue angle of 302.64º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC71C8 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB204113200-
CMYK00.450.020.2
HSL302.64º47.15%62.16%-
HSV(B)302.64º44.61%80%-
XYZ41.2328.8258.03-
YUV150.13156.15166.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.46%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 200 (78.52% from 255) = 38.68%
R=39.46%
G=21.86%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411320000.450.020.2302.6447.1562.16
HexCC71C802D21412f2f3e
Octal3141613100552244575776
Binary1100110011100011100100001011011010100100101111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC71C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC71C8; }

 p { color: rgb(204,113,200); }

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

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

 a { background-color: rgb(204,113,200); }

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

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

 span { border-color: rgb(204,113,200); }

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