#D66ACA

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

Shades of Orchid #D66ACA

Tints of Orchid #D66ACA

Color information

#D66ACA (or 0xD66ACA) is unknown color: approx Orchid. HEX triplet: D6, 6A and CA. RGB value is (214,106,202). Sum of RGB (Red+Green+Blue) = 214+106+202=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ACA is #299535. Grayscale: #949494. Windows color (decimal): -2725174 or 13265622. OLE color: 13265622.

HSL color Cylindrical-coordinate representation of color #D66ACA: hue angle of 306.67º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66ACA is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214106202-
CMYK00.500.060.16
HSL306.67º56.84%62.75%-
HSV(B)306.67º50.47%83.92%-
XYZ43.5528.8759.15-
YUV149.24157.78174.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 106 (41.80% from 255) = 20.31%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=41.00%
G=20.31%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410620200.500.060.16306.6756.8462.75
HexD66ACA032610133393f
Octal3261523120626204637177
Binary11010110110101011001010011001011010000100110011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66ACA; }

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

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

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

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

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

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

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

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