#D967CC

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

Shades of Orchid #D967CC

Tints of Orchid #D967CC

Color information

#D967CC (or 0xD967CC) is unknown color: approx Orchid. HEX triplet: D9, 67 and CC. RGB value is (217,103,204). Sum of RGB (Red+Green+Blue) = 217+103+204=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D967CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967CC is #269833. Grayscale: #949494. Windows color (decimal): -2529332 or 13395929. OLE color: 13395929.

HSL color Cylindrical-coordinate representation of color #D967CC: hue angle of 306.84º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D967CC is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217103204-
CMYK00.530.060.15
HSL306.84º60%62.75%-
HSV(B)306.84º52.53%85.1%-
XYZ44.3628.8160.35-
YUV148.6159.27176.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 103 (40.62% from 255) = 19.66%
BLUE value IS 204 (80.08% from 255) = 38.93%
R=41.41%
G=19.66%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710320400.530.060.15306.846062.75
HexD967CC0356F1333c3f
Octal3311473140656174637477
Binary1101100111001111100110001101011101111100110011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D967CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D967CC; }

 p { color: rgb(217,103,204); }

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

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

 a { background-color: rgb(217,103,204); }

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

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

 span { border-color: rgb(217,103,204); }

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