#CD7DDA

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

Shades of Orchid #CD7DDA

Tints of Orchid #CD7DDA

Color information

#CD7DDA (or 0xCD7DDA) is unknown color: approx Orchid. HEX triplet: CD, 7D and DA. RGB value is (205,125,218). Sum of RGB (Red+Green+Blue) = 205+125+218=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD7DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7DDA is #328225. Grayscale: #9F9F9F. Windows color (decimal): -3310118 or 14319053. OLE color: 14319053.

HSL color Cylindrical-coordinate representation of color #CD7DDA: hue angle of 291.61º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD7DDA is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205125218-
CMYK0.060.4300.15
HSL291.61º55.69%67.25%-
HSV(B)291.61º42.66%85.49%-
XYZ45.1732.7170.26-
YUV159.52161160.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 125 (49.22% from 255) = 22.81%
BLUE value IS 218 (85.55% from 255) = 39.78%
R=37.41%
G=22.81%
B=39.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051252180.060.4300.15291.6155.6967.25
HexCD7DDA62B0F1243843
Octal31517533265301744470103
Binary11001101111110111011010110101011011111001001001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DDA; }

 p { color: rgb(205,125,218); }

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

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

 a { background-color: rgb(205,125,218); }

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

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

 span { border-color: rgb(205,125,218); }

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