#D674D1

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

Shades of Orchid #D674D1

Tints of Orchid #D674D1

Color information

#D674D1 (or 0xD674D1) is unknown color: approx Orchid. HEX triplet: D6, 74 and D1. RGB value is (214,116,209). Sum of RGB (Red+Green+Blue) = 214+116+209=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D674D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674D1 is #298B2E. Grayscale: #9B9B9B. Windows color (decimal): -2722607 or 13726934. OLE color: 13726934.

HSL color Cylindrical-coordinate representation of color #D674D1: hue angle of 303.06º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D674D1 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214116209-
CMYK00.460.020.16
HSL303.06º54.44%64.71%-
HSV(B)303.06º45.79%83.92%-
XYZ45.4931.3963.98-
YUV155.9157.97169.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 116 (45.70% from 255) = 21.52%
BLUE value IS 209 (82.03% from 255) = 38.78%
R=39.70%
G=21.52%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411620900.460.020.16303.0654.4464.71
HexD674D102E21012f3641
Octal32616432105622045766101
Binary11010110111010011010001010111010100001001011111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D674D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D674D1; }

 p { color: rgb(214,116,209); }

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

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

 a { background-color: rgb(214,116,209); }

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

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

 span { border-color: rgb(214,116,209); }

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