#D262C6

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

Shades of Orchid #D262C6

Tints of Orchid #D262C6

Color information

#D262C6 (or 0xD262C6) is unknown color: approx Orchid. HEX triplet: D2, 62 and C6. RGB value is (210,98,198). Sum of RGB (Red+Green+Blue) = 210+98+198=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D262C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262C6 is #2D9D39. Grayscale: #8E8E8E. Windows color (decimal): -2989370 or 13001426. OLE color: 13001426.

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

Color convert

RGB21098198-
CMYK00.530.060.18
HSL306.43º55.45%60.39%-
HSV(B)306.43º53.33%82.35%-
XYZ41.1426.5156.38-
YUV142.89159.11175.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.50%
GREEN value IS 98 (38.67% from 255) = 19.37%
BLUE value IS 198 (77.73% from 255) = 39.13%
R=41.50%
G=19.37%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109819800.530.060.18306.4355.4560.39
HexD262C6035612132373c
Octal3221423060656224626774
Binary11010010110001011000110011010111010010100110010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D262C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D262C6; }

 p { color: rgb(210,98,198); }

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

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

 a { background-color: rgb(210,98,198); }

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

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

 span { border-color: rgb(210,98,198); }

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