#CD75D7

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

Shades of Orchid #CD75D7

Tints of Orchid #CD75D7

Color information

#CD75D7 (or 0xCD75D7) is unknown color: approx Orchid. HEX triplet: CD, 75 and D7. RGB value is (205,117,215). Sum of RGB (Red+Green+Blue) = 205+117+215=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD75D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD75D7 is #328A28. Grayscale: #9A9A9A. Windows color (decimal): -3312169 or 14120397. OLE color: 14120397.

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

Color convert

RGB205117215-
CMYK0.050.4600.16
HSL293.88º55.06%65.1%-
HSV(B)293.88º45.58%84.31%-
XYZ43.830.6167.89-
YUV154.48162.15164.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 117 (46.09% from 255) = 21.79%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=38.18%
G=21.79%
B=40.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051172150.050.4600.16293.8855.0665.1
HexCD75D752E0101263741
Octal31516532755602044667101
Binary110011011110101110101111011011100100001001001101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD75D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD75D7; }

 p { color: rgb(205,117,215); }

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

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

 a { background-color: rgb(205,117,215); }

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

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

 span { border-color: rgb(205,117,215); }

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