#D68ACE

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

Shades of Orchid #D68ACE

Tints of Orchid #D68ACE

Color information

#D68ACE (or 0xD68ACE) is unknown color: approx Orchid. HEX triplet: D6, 8A and CE. RGB value is (214,138,206). Sum of RGB (Red+Green+Blue) = 214+138+206=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ACE is #297531. Grayscale: #A8A8A8. Windows color (decimal): -2716978 or 13535958. OLE color: 13535958.

HSL color Cylindrical-coordinate representation of color #D68ACE: hue angle of 306.32º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68ACE is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214138206-
CMYK00.360.040.16
HSL306.32º48.1%69.02%-
HSV(B)306.32º35.51%83.92%-
XYZ47.9636.9362.99-
YUV168.48149.18160.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=38.35%
G=24.73%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413820600.360.040.16306.3248.169.02
HexD68ACE0244101323045
Octal32621231604442046260105
Binary1101011010001010110011100100100100100001001100101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68ACE; }

 p { color: rgb(214,138,206); }

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

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

 a { background-color: rgb(214,138,206); }

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

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

 span { border-color: rgb(214,138,206); }

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