#CE71CC

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

Shades of Orchid #CE71CC

Tints of Orchid #CE71CC

Color information

#CE71CC (or 0xCE71CC) is unknown color: approx Orchid. HEX triplet: CE, 71 and CC. RGB value is (206,113,204). Sum of RGB (Red+Green+Blue) = 206+113+204=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71CC is #318E33. Grayscale: #969696. Windows color (decimal): -3247668 or 13398478. OLE color: 13398478.

HSL color Cylindrical-coordinate representation of color #CE71CC: hue angle of 301.29º 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 #CE71CC is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB206113204-
CMYK00.450.010.19
HSL301.29º48.69%62.55%-
HSV(B)301.29º45.15%80.78%-
XYZ42.2629.2960.55-
YUV151.18157.81167.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 113 (44.53% from 255) = 21.61%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=39.39%
G=21.61%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611320400.450.010.19301.2948.6962.55
HexCE71CC02D11312d313f
Octal3161613140551234556177
Binary110011101110001110011000101101110011100101101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE71CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE71CC; }

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

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

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

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

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

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

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

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