#D672CB

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

Shades of Orchid #D672CB

Tints of Orchid #D672CB

Color information

#D672CB (or 0xD672CB) is unknown color: approx Orchid. HEX triplet: D6, 72 and CB. RGB value is (214,114,203). Sum of RGB (Red+Green+Blue) = 214+114+203=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D672CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672CB is #298D34. Grayscale: #999999. Windows color (decimal): -2723125 or 13333206. OLE color: 13333206.

HSL color Cylindrical-coordinate representation of color #D672CB: hue angle of 306.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D672CB is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214114203-
CMYK00.470.050.16
HSL306.6º54.95%64.31%-
HSV(B)306.6º46.73%83.92%-
XYZ44.5330.6460.07-
YUV154.05155.63170.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 114 (44.92% from 255) = 21.47%
BLUE value IS 203 (79.69% from 255) = 38.23%
R=40.30%
G=21.47%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411420300.470.050.16306.654.9564.31
HexD672CB02F5101333740
Octal32616231305752046367100
Binary110101101110010110010110101111101100001001100111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D672CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D672CB; }

 p { color: rgb(214,114,203); }

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

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

 a { background-color: rgb(214,114,203); }

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

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

 span { border-color: rgb(214,114,203); }

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