#CD7ADD

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

Shades of Orchid #CD7ADD

Tints of Orchid #CD7ADD

Color information

#CD7ADD (or 0xCD7ADD) is unknown color: approx Orchid. HEX triplet: CD, 7A and DD. RGB value is (205,122,221). Sum of RGB (Red+Green+Blue) = 205+122+221=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ADD is #328522. Grayscale: #9D9D9D. Windows color (decimal): -3310883 or 14514893. OLE color: 14514893.

HSL color Cylindrical-coordinate representation of color #CD7ADD: hue angle of 290.3º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD7ADD is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205122221-
CMYK0.070.4500.13
HSL290.3º59.28%67.25%-
HSV(B)290.3º44.8%86.67%-
XYZ45.1932.1272.22-
YUV158.1163.5161.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 122 (48.05% from 255) = 22.26%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=37.41%
G=22.26%
B=40.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051222210.070.4500.13290.359.2867.25
HexCD7ADD72D0D1223b43
Octal31517233575501544273103
Binary11001101111101011011101111101101011011001000101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7ADD; }

 p { color: rgb(205,122,221); }

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

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

 a { background-color: rgb(205,122,221); }

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

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

 span { border-color: rgb(205,122,221); }

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