#D67FDA

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

Shades of Orchid #D67FDA

Tints of Orchid #D67FDA

Color information

#D67FDA (or 0xD67FDA) is unknown color: approx Orchid. HEX triplet: D6, 7F and DA. RGB value is (214,127,218). Sum of RGB (Red+Green+Blue) = 214+127+218=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #D67FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D67FDA is #298025. Grayscale: #A3A3A3. Windows color (decimal): -2719782 or 14319574. OLE color: 14319574.

HSL color Cylindrical-coordinate representation of color #D67FDA: hue angle of 297.36º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67FDA is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB214127218-
CMYK0.020.4200.15
HSL297.36º55.15%67.65%-
HSV(B)297.36º41.74%85.49%-
XYZ47.9834.5470.47-
YUV163.39158.82164.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 127 (50% from 255) = 22.72%
BLUE value IS 218 (85.55% from 255) = 39.00%
R=38.28%
G=22.72%
B=39.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141272180.020.4200.15297.3655.1567.65
HexD67FDA22A0F1293744
Octal32617733225201745167104
Binary1101011011111111101101010101010011111001010011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67FDA; }

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

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

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

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

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

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

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

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