#D68ACA

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

Shades of Orchid #D68ACA

Tints of Orchid #D68ACA

Color information

#D68ACA (or 0xD68ACA) is unknown color: approx Orchid. HEX triplet: D6, 8A and CA. RGB value is (214,138,202). Sum of RGB (Red+Green+Blue) = 214+138+202=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ACA is #297535. Grayscale: #A7A7A7. Windows color (decimal): -2716982 or 13273814. OLE color: 13273814.

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

Color convert

RGB214138202-
CMYK00.360.060.16
HSL309.47º48.1%69.02%-
HSV(B)309.47º35.51%83.92%-
XYZ47.4836.7460.47-
YUV168.02147.18160.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 138 (54.30% from 255) = 24.91%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=38.63%
G=24.91%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413820200.360.060.16309.4748.169.02
HexD68ACA0246101353045
Octal32621231204462046560105
Binary1101011010001010110010100100100110100001001101011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68ACA; }

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

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

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

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

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

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

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

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