#CE75D1

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

Shades of Orchid #CE75D1

Tints of Orchid #CE75D1

Color information

#CE75D1 (or 0xCE75D1) is unknown color: approx Orchid. HEX triplet: CE, 75 and D1. RGB value is (206,117,209). Sum of RGB (Red+Green+Blue) = 206+117+209=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE75D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75D1 is #318A2E. Grayscale: #999999. Windows color (decimal): -3246639 or 13727182. OLE color: 13727182.

HSL color Cylindrical-coordinate representation of color #CE75D1: hue angle of 298.04º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE75D1 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206117209-
CMYK0.010.4400.18
HSL298.04º50%63.92%-
HSV(B)298.04º44.02%81.96%-
XYZ43.3230.4563.92-
YUV154.1158.99165.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.72%
GREEN value IS 117 (46.09% from 255) = 21.99%
BLUE value IS 209 (82.03% from 255) = 39.29%
R=38.72%
G=21.99%
B=39.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061172090.010.4400.18298.045063.92
HexCE75D112C01212a3240
Octal31616532115402245262100
Binary1100111011101011101000111011000100101001010101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE75D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE75D1; }

 p { color: rgb(206,117,209); }

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

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

 a { background-color: rgb(206,117,209); }

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

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

 span { border-color: rgb(206,117,209); }

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