#de75c1

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

Shades of Orchid #DE75C1

Tints of Orchid #DE75C1

Color information

#DE75C1 (or 0xDE75C1) is unknown color: approx Orchid. HEX triplet: DE, 75 and C1. RGB value is (222,117,193). Sum of RGB (Red+Green+Blue) = 222+117+193=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DE75C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE75C1 is #218A3E. Grayscale: #9C9C9C. Windows color (decimal): -2198079 or 12678622. OLE color: 12678622.

HSL color Cylindrical-coordinate representation of color #DE75C1: hue angle of 316.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE75C1 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB222117193-
CMYK00.470.130.13
HSL316.57º61.4%66.47%-
HSV(B)316.57º47.3%87.06%-
XYZ46.1132.154.22-
YUV157.06148.29174.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 117 (46.09% from 255) = 21.99%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=41.73%
G=21.99%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211719300.470.130.13316.5761.466.47
HexDE75C102FDD13d3d42
Octal336165301057151547575102
Binary110111101110101110000010101111110111011001111011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de75c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de75c1; }

 p { color: rgb(222,117,193); }

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

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

 a { background-color: rgb(222,117,193); }

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

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

 span { border-color: rgb(222,117,193); }

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