#CD7FDA

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

Shades of Orchid #CD7FDA

Tints of Orchid #CD7FDA

Color information

#CD7FDA (or 0xCD7FDA) is unknown color: approx Orchid. HEX triplet: CD, 7F and DA. RGB value is (205,127,218). Sum of RGB (Red+Green+Blue) = 205+127+218=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FDA is #328025. Grayscale: #A0A0A0. Windows color (decimal): -3309606 or 14319565. OLE color: 14319565.

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

Color convert

RGB205127218-
CMYK0.060.4200.15
HSL291.43º55.15%67.65%-
HSV(B)291.43º41.74%85.49%-
XYZ45.4233.2270.35-
YUV160.7160.34159.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 127 (50% from 255) = 23.09%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=37.27%
G=23.09%
B=39.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051272180.060.4200.15291.4355.1567.65
HexCD7FDA62A0F1233744
Octal31517733265201744367104
Binary11001101111111111011010110101010011111001000111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7FDA; }

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

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

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

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

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

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

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

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