#CE75D5

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

Shades of Orchid #CE75D5

Tints of Orchid #CE75D5

Color information

#CE75D5 (or 0xCE75D5) is unknown color: approx Orchid. HEX triplet: CE, 75 and D5. RGB value is (206,117,213). Sum of RGB (Red+Green+Blue) = 206+117+213=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE75D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75D5 is #318A2A. Grayscale: #9A9A9A. Windows color (decimal): -3246635 or 13989326. OLE color: 13989326.

HSL color Cylindrical-coordinate representation of color #CE75D5: hue angle of 295.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE75D5 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206117213-
CMYK0.030.4500.16
HSL295.62º53.33%64.71%-
HSV(B)295.62º45.07%83.53%-
XYZ43.8330.6566.56-
YUV154.56160.99164.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 117 (46.09% from 255) = 21.83%
BLUE value IS 213 (83.59% from 255) = 39.74%
R=38.43%
G=21.83%
B=39.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061172130.030.4500.16295.6253.3364.71
HexCE75D532D0101283541
Octal31616532535502045065101
Binary11001110111010111010101111011010100001001010001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE75D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE75D5; }

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

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

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

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

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

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

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

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