#D674CB

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

Shades of Orchid #D674CB

Tints of Orchid #D674CB

Color information

#D674CB (or 0xD674CB) is unknown color: approx Orchid. HEX triplet: D6, 74 and CB. RGB value is (214,116,203). Sum of RGB (Red+Green+Blue) = 214+116+203=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D674CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674CB is #298B34. Grayscale: #9A9A9A. Windows color (decimal): -2722613 or 13333718. OLE color: 13333718.

HSL color Cylindrical-coordinate representation of color #D674CB: hue angle of 306.73º 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 #D674CB is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214116203-
CMYK00.460.050.16
HSL306.73º54.44%64.71%-
HSV(B)306.73º45.79%83.92%-
XYZ44.7631.160.14-
YUV155.22154.97169.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 116 (45.70% from 255) = 21.76%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=40.15%
G=21.76%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411620300.460.050.16306.7354.4464.71
HexD674CB02E5101333641
Octal32616431305652046366101
Binary110101101110100110010110101110101100001001100111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D674CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D674CB; }

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

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

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

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

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

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

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

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