#CE75B5

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

Shades of Orchid #CE75B5

Tints of Orchid #CE75B5

Color information

#CE75B5 (or 0xCE75B5) is unknown color: approx Orchid. HEX triplet: CE, 75 and B5. RGB value is (206,117,181). Sum of RGB (Red+Green+Blue) = 206+117+181=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75B5 is #318A4A. Grayscale: #969696. Windows color (decimal): -3246667 or 11892174. OLE color: 11892174.

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

Color convert

RGB206117181-
CMYK00.430.120.19
HSL316.85º47.59%63.33%-
HSV(B)316.85º43.2%80.78%-
XYZ40.1629.1847.23-
YUV150.91144.99167.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 117 (46.09% from 255) = 23.21%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=40.87%
G=23.21%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611718100.430.120.19316.8547.5963.33
HexCE75B502BC1313d303f
Octal31616526505314234756077
Binary110011101110101101101010101011110010011100111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE75B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE75B5; }

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

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

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

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

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

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

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

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