#CD7AD1

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

Shades of Orchid #CD7AD1

Tints of Orchid #CD7AD1

Color information

#CD7AD1 (or 0xCD7AD1) is unknown color: approx Orchid. HEX triplet: CD, 7A and D1. RGB value is (205,122,209). Sum of RGB (Red+Green+Blue) = 205+122+209=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD7AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7AD1 is #32852E. Grayscale: #9C9C9C. Windows color (decimal): -3310895 or 13728461. OLE color: 13728461.

HSL color Cylindrical-coordinate representation of color #CD7AD1: hue angle of 297.24º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD7AD1 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB205122209-
CMYK0.020.4200.18
HSL297.24º48.6%64.9%-
HSV(B)297.24º41.63%81.96%-
XYZ43.6431.564.1-
YUV156.73157.5162.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 122 (48.05% from 255) = 22.76%
BLUE value IS 209 (82.03% from 255) = 38.99%
R=38.25%
G=22.76%
B=38.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2051222090.020.4200.18297.2448.664.9
HexCD7AD122A0121293141
Octal31517232125202245161101
Binary11001101111101011010001101010100100101001010011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7AD1; }

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

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

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

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

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

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

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

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