#D268C6

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

Shades of Orchid #D268C6

Tints of Orchid #D268C6

Color information

#D268C6 (or 0xD268C6) is unknown color: approx Orchid. HEX triplet: D2, 68 and C6. RGB value is (210,104,198). Sum of RGB (Red+Green+Blue) = 210+104+198=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D268C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268C6 is #2D9739. Grayscale: #929292. Windows color (decimal): -2987834 or 13002962. OLE color: 13002962.

HSL color Cylindrical-coordinate representation of color #D268C6: hue angle of 306.79º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D268C6 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB210104198-
CMYK00.500.060.18
HSL306.79º54.08%61.57%-
HSV(B)306.79º50.48%82.35%-
XYZ41.7227.6856.57-
YUV146.41157.12173.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.02%
GREEN value IS 104 (41.02% from 255) = 20.31%
BLUE value IS 198 (77.73% from 255) = 38.67%
R=41.02%
G=20.31%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21010419800.500.060.18306.7954.0861.57
HexD268C6032612133363e
Octal3221503060626224636676
Binary11010010110100011000110011001011010010100110011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D268C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D268C6; }

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

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

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

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

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

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

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

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