#CD7AD3

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

Shades of Orchid #CD7AD3

Tints of Orchid #CD7AD3

Color information

#CD7AD3 (or 0xCD7AD3) is unknown color: approx Orchid. HEX triplet: CD, 7A and D3. RGB value is (205,122,211). Sum of RGB (Red+Green+Blue) = 205+122+211=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD7AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7AD3 is #32852C. Grayscale: #9C9C9C. Windows color (decimal): -3310893 or 13859533. OLE color: 13859533.

HSL color Cylindrical-coordinate representation of color #CD7AD3: hue angle of 295.96º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD7AD3 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB205122211-
CMYK0.030.4200.17
HSL295.96º50.28%65.29%-
HSV(B)295.96º42.18%82.75%-
XYZ43.8931.665.41-
YUV156.96158.5162.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.10%
GREEN value IS 122 (48.05% from 255) = 22.68%
BLUE value IS 211 (82.81% from 255) = 39.22%
R=38.10%
G=22.68%
B=39.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2051222110.030.4200.17295.9650.2865.29
HexCD7AD332A0111283241
Octal31517232335202145062101
Binary11001101111101011010011111010100100011001010001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7AD3; }

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

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

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

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

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

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

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

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