#D663CC

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

Shades of Orchid #D663CC

Tints of Orchid #D663CC

Color information

#D663CC (or 0xD663CC) is unknown color: approx Orchid. HEX triplet: D6, 63 and CC. RGB value is (214,99,204). Sum of RGB (Red+Green+Blue) = 214+99+204=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D663CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663CC is #299C33. Grayscale: #919191. Windows color (decimal): -2726964 or 13394902. OLE color: 13394902.

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

Color convert

RGB21499204-
CMYK00.540.050.16
HSL305.22º58.38%61.37%-
HSV(B)305.22º53.74%83.92%-
XYZ43.0927.5860.18-
YUV145.35161.1176.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.39%
GREEN value IS 99 (39.06% from 255) = 19.15%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=41.39%
G=19.15%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149920400.540.050.16305.2258.3861.37
HexD663CC0365101313a3d
Octal3261433140665204617275
Binary11010110110001111001100011011010110000100110001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D663CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D663CC; }

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

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

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

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

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

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

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

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