#D063CA

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

Shades of Orchid #D063CA

Tints of Orchid #D063CA

Color information

#D063CA (or 0xD063CA) is unknown color: approx Orchid. HEX triplet: D0, 63 and CA. RGB value is (208,99,202). Sum of RGB (Red+Green+Blue) = 208+99+202=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D063CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D063CA is #2F9C35. Grayscale: #8F8F8F. Windows color (decimal): -3120182 or 13263824. OLE color: 13263824.

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

Color convert

RGB20899202-
CMYK00.520.030.18
HSL303.3º53.69%60.2%-
HSV(B)303.3º52.4%81.57%-
XYZ41.1326.658.84-
YUV143.33161.11174.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 99 (39.06% from 255) = 19.45%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=40.86%
G=19.45%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089920200.520.030.18303.353.6960.2
HexD063CA03431212f363c
Octal3201433120643224576674
Binary1101000011000111100101001101001110010100101111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D063CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D063CA; }

 p { color: rgb(208,99,202); }

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

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

 a { background-color: rgb(208,99,202); }

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

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

 span { border-color: rgb(208,99,202); }

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