#D674CC

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

Shades of Orchid #D674CC

Tints of Orchid #D674CC

Color information

#D674CC (or 0xD674CC) is unknown color: approx Orchid. HEX triplet: D6, 74 and CC. RGB value is (214,116,204). Sum of RGB (Red+Green+Blue) = 214+116+204=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D674CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674CC is #298B33. Grayscale: #9B9B9B. Windows color (decimal): -2722612 or 13399254. OLE color: 13399254.

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

Color convert

RGB214116204-
CMYK00.460.050.16
HSL306.12º54.44%64.71%-
HSV(B)306.12º45.79%83.92%-
XYZ44.8831.1560.77-
YUV155.33155.47169.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 116 (45.70% from 255) = 21.72%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=40.07%
G=21.72%
B=38.20%

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
Decimal21411620400.460.050.16306.1254.4464.71
HexD674CC02E5101323641
Octal32616431405652046266101
Binary110101101110100110011000101110101100001001100101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D674CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D674CC; }

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

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

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

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

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

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

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

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