#D263E0

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

Shades of Orchid #D263E0

Tints of Orchid #D263E0

Color information

#D263E0 (or 0xD263E0) is unknown color: approx Orchid. HEX triplet: D2, 63 and E0. RGB value is (210,99,224). Sum of RGB (Red+Green+Blue) = 210+99+224=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #D263E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263E0 is #2D9C1F. Grayscale: #929292. Windows color (decimal): -2989088 or 14705618. OLE color: 14705618.

HSL color Cylindrical-coordinate representation of color #D263E0: hue angle of 293.28º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D263E0 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21099224-
CMYK0.060.5600.12
HSL293.28º66.84%63.33%-
HSV(B)293.28º55.8%87.84%-
XYZ44.4928.0173.58-
YUV146.44171.77173.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.40%
GREEN value IS 99 (39.06% from 255) = 18.57%
BLUE value IS 224 (87.89% from 255) = 42.03%
R=39.40%
G=18.57%
B=42.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210992240.060.5600.12293.2866.8463.33
HexD263E06380C125433f
Octal32214334067001444510377
Binary11010010110001111100000110111000011001001001011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D263E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D263E0; }

 p { color: rgb(210,99,224); }

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

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

 a { background-color: rgb(210,99,224); }

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

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

 span { border-color: rgb(210,99,224); }

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