#D68ACF

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

Shades of Orchid #D68ACF

Tints of Orchid #D68ACF

Color information

#D68ACF (or 0xD68ACF) is unknown color: approx Orchid. HEX triplet: D6, 8A and CF. RGB value is (214,138,207). Sum of RGB (Red+Green+Blue) = 214+138+207=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ACF is #297530. Grayscale: #A8A8A8. Windows color (decimal): -2716977 or 13601494. OLE color: 13601494.

HSL color Cylindrical-coordinate representation of color #D68ACF: hue angle of 305.53º 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 #D68ACF is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214138207-
CMYK00.360.030.16
HSL305.53º48.1%69.02%-
HSV(B)305.53º35.51%83.92%-
XYZ48.0836.9863.63-
YUV168.59149.68160.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 207 (81.25% from 255) = 37.03%
R=38.28%
G=24.69%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413820700.360.030.16305.5348.169.02
HexD68ACF0243101323045
Octal32621231704432046260105
Binary110101101000101011001111010010011100001001100101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68ACF; }

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

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

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

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

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

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

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

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