#D275CB

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

Shades of Orchid #D275CB

Tints of Orchid #D275CB

Color information

#D275CB (or 0xD275CB) is unknown color: approx Orchid. HEX triplet: D2, 75 and CB. RGB value is (210,117,203). Sum of RGB (Red+Green+Blue) = 210+117+203=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D275CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275CB is #2D8A34. Grayscale: #9A9A9A. Windows color (decimal): -2984501 or 13333970. OLE color: 13333970.

HSL color Cylindrical-coordinate representation of color #D275CB: hue angle of 304.52º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D275CB is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210117203-
CMYK00.440.030.18
HSL304.52º50.82%64.12%-
HSV(B)304.52º44.29%82.35%-
XYZ43.7230.7460.13-
YUV154.61155.31167.51-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.62%
GREEN value IS 117 (46.09% from 255) = 22.08%
BLUE value IS 203 (79.69% from 255) = 38.30%
R=39.62%
G=22.08%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011720300.440.030.18304.5250.8264.12
HexD275CB02C3121313340
Octal32216531305432246163100
Binary11010010111010111001011010110011100101001100011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D275CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D275CB; }

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

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

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

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

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

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

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

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