#D67FD4

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

Shades of Orchid #D67FD4

Tints of Orchid #D67FD4

Color information

#D67FD4 (or 0xD67FD4) is unknown color: approx Orchid. HEX triplet: D6, 7F and D4. RGB value is (214,127,212). Sum of RGB (Red+Green+Blue) = 214+127+212=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D67FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FD4 is #29802B. Grayscale: #A2A2A2. Windows color (decimal): -2719788 or 13926358. OLE color: 13926358.

HSL color Cylindrical-coordinate representation of color #D67FD4: hue angle of 301.38º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D67FD4 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB214127212-
CMYK00.410.010.16
HSL301.38º51.48%66.86%-
HSV(B)301.38º40.65%83.92%-
XYZ47.234.2366.41-
YUV162.7155.82164.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 127 (50% from 255) = 22.97%
BLUE value IS 212 (83.20% from 255) = 38.34%
R=38.70%
G=22.97%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412721200.410.010.16301.3851.4866.86
HexD67FD402911012d3343
Octal32617732405112045563103
Binary1101011011111111101010001010011100001001011011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67FD4; }

 p { color: rgb(214,127,212); }

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

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

 a { background-color: rgb(214,127,212); }

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

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

 span { border-color: rgb(214,127,212); }

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