#CE75D8

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

Shades of Orchid #CE75D8

Tints of Orchid #CE75D8

Color information

#CE75D8 (or 0xCE75D8) is unknown color: approx Orchid. HEX triplet: CE, 75 and D8. RGB value is (206,117,216). Sum of RGB (Red+Green+Blue) = 206+117+216=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE75D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75D8 is #318A27. Grayscale: #9A9A9A. Windows color (decimal): -3246632 or 14185934. OLE color: 14185934.

HSL color Cylindrical-coordinate representation of color #CE75D8: hue angle of 293.94º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE75D8 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206117216-
CMYK0.050.4600.15
HSL293.94º55.93%65.29%-
HSV(B)293.94º45.83%84.71%-
XYZ44.2130.868.58-
YUV154.9162.49164.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 117 (46.09% from 255) = 21.71%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=38.22%
G=21.71%
B=40.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061172160.050.4600.15293.9455.9365.29
HexCE75D852E0F1263841
Octal31616533055601744670101
Binary11001110111010111011000101101110011111001001101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE75D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE75D8; }

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

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

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

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

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

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

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

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