#D670CC

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

Shades of Orchid #D670CC

Tints of Orchid #D670CC

Color information

#D670CC (or 0xD670CC) is unknown color: approx Orchid. HEX triplet: D6, 70 and CC. RGB value is (214,112,204). Sum of RGB (Red+Green+Blue) = 214+112+204=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D670CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670CC is #298F33. Grayscale: #989898. Windows color (decimal): -2723636 or 13398230. OLE color: 13398230.

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

Color convert

RGB214112204-
CMYK00.480.050.16
HSL305.88º55.43%63.92%-
HSV(B)305.88º47.66%83.92%-
XYZ44.4230.2460.62-
YUV152.99156.79171.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 112 (44.14% from 255) = 21.13%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=40.38%
G=21.13%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411220400.480.050.16305.8855.4363.92
HexD670CC0305101323740
Octal32616031406052046267100
Binary110101101110000110011000110000101100001001100101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D670CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D670CC; }

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

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

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

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

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

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

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

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