#CE75B8

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

Shades of Orchid #CE75B8

Tints of Orchid #CE75B8

Color information

#CE75B8 (or 0xCE75B8) is unknown color: approx Orchid. HEX triplet: CE, 75 and B8. RGB value is (206,117,184). Sum of RGB (Red+Green+Blue) = 206+117+184=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75B8 is #318A47. Grayscale: #979797. Windows color (decimal): -3246664 or 12088782. OLE color: 12088782.

HSL color Cylindrical-coordinate representation of color #CE75B8: hue angle of 314.83º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE75B8 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB206117184-
CMYK00.430.110.19
HSL314.83º47.59%63.33%-
HSV(B)314.83º43.2%80.78%-
XYZ40.4729.3148.87-
YUV151.25146.49167.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 117 (46.09% from 255) = 23.08%
BLUE value IS 184 (72.27% from 255) = 36.29%
R=40.63%
G=23.08%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611718400.430.110.19314.8347.5963.33
HexCE75B802BB1313b303f
Octal31616527005313234736077
Binary110011101110101101110000101011101110011100111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE75B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE75B8; }

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

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

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

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

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

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

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

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