#D263C4

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

Shades of Orchid #D263C4

Tints of Orchid #D263C4

Color information

#D263C4 (or 0xD263C4) is unknown color: approx Orchid. HEX triplet: D2, 63 and C4. RGB value is (210,99,196). Sum of RGB (Red+Green+Blue) = 210+99+196=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D263C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263C4 is #2D9C3B. Grayscale: #8E8E8E. Windows color (decimal): -2989116 or 12870610. OLE color: 12870610.

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

Color convert

RGB21099196-
CMYK00.530.070.18
HSL307.57º55.22%60.59%-
HSV(B)307.57º52.86%82.35%-
XYZ4126.6155.2-
YUV143.25157.77175.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.58%
GREEN value IS 99 (39.06% from 255) = 19.60%
BLUE value IS 196 (76.95% from 255) = 38.81%
R=41.58%
G=19.60%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109919600.530.070.18307.5755.2260.59
HexD263C4035712134373d
Octal3221433040657224646775
Binary11010010110001111000100011010111110010100110100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D263C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D263C4; }

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

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

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

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

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

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

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

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