#DA7FCE

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

Shades of Orchid #DA7FCE

Tints of Orchid #DA7FCE

Color information

#DA7FCE (or 0xDA7FCE) is unknown color: approx Orchid. HEX triplet: DA, 7F and CE. RGB value is (218,127,206). Sum of RGB (Red+Green+Blue) = 218+127+206=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FCE is #258031. Grayscale: #A2A2A2. Windows color (decimal): -2457650 or 13533146. OLE color: 13533146.

HSL color Cylindrical-coordinate representation of color #DA7FCE: hue angle of 307.91º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FCE is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218127206-
CMYK00.420.060.15
HSL307.91º55.15%67.65%-
HSV(B)307.91º41.74%85.49%-
XYZ47.6434.5462.55-
YUV163.22152.15167.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 127 (50% from 255) = 23.05%
BLUE value IS 206 (80.86% from 255) = 37.39%
R=39.56%
G=23.05%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812720600.420.060.15307.9155.1567.65
HexDA7FCE02A6F1343744
Octal33217731605261746467104
Binary11011010111111111001110010101011011111001101001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7FCE; }

 p { color: rgb(218,127,206); }

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

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

 a { background-color: rgb(218,127,206); }

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

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

 span { border-color: rgb(218,127,206); }

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