#D275D6

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

Shades of Orchid #D275D6

Tints of Orchid #D275D6

Color information

#D275D6 (or 0xD275D6) is unknown color: approx Orchid. HEX triplet: D2, 75 and D6. RGB value is (210,117,214). Sum of RGB (Red+Green+Blue) = 210+117+214=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #D275D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275D6 is #2D8A29. Grayscale: #9B9B9B. Windows color (decimal): -2984490 or 14054866. OLE color: 14054866.

HSL color Cylindrical-coordinate representation of color #D275D6: hue angle of 297.53º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D275D6 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB210117214-
CMYK0.020.4500.16
HSL297.53º54.19%64.9%-
HSV(B)297.53º45.33%83.92%-
XYZ45.0831.2867.28-
YUV155.86160.81166.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.82%
GREEN value IS 117 (46.09% from 255) = 21.63%
BLUE value IS 214 (83.98% from 255) = 39.56%
R=38.82%
G=21.63%
B=39.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2101172140.020.4500.16297.5354.1964.9
HexD275D622D01012a3641
Octal32216532625502045266101
Binary11010010111010111010110101011010100001001010101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275D6; }

 p { color: rgb(210,117,214); }

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

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

 a { background-color: rgb(210,117,214); }

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

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

 span { border-color: rgb(210,117,214); }

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