#D264CF

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

Shades of Orchid #D264CF

Tints of Orchid #D264CF

Color information

#D264CF (or 0xD264CF) is unknown color: approx Orchid. HEX triplet: D2, 64 and CF. RGB value is (210,100,207). Sum of RGB (Red+Green+Blue) = 210+100+207=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D264CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D264CF is #2D9B30. Grayscale: #909090. Windows color (decimal): -2988849 or 13591762. OLE color: 13591762.

HSL color Cylindrical-coordinate representation of color #D264CF: hue angle of 301.64º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D264CF is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210100207-
CMYK00.520.010.18
HSL301.64º55%60.78%-
HSV(B)301.64º52.38%82.35%-
XYZ42.427.3262.07-
YUV145.09162.94174.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 100 (39.45% from 255) = 19.34%
BLUE value IS 207 (81.25% from 255) = 40.04%
R=40.62%
G=19.34%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010020700.520.010.18301.645560.78
HexD264CF03411212e373d
Octal3221443170641224566775
Binary110100101100100110011110110100110010100101110110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D264CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D264CF; }

 p { color: rgb(210,100,207); }

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

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

 a { background-color: rgb(210,100,207); }

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

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

 span { border-color: rgb(210,100,207); }

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