#CD6BDF

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

Shades of Orchid #CD6BDF

Tints of Orchid #CD6BDF

Color information

#CD6BDF (or 0xCD6BDF) is unknown color: approx Orchid. HEX triplet: CD, 6B and DF. RGB value is (205,107,223). Sum of RGB (Red+Green+Blue) = 205+107+223=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD6BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6BDF is #329420. Grayscale: #959595. Windows color (decimal): -3314721 or 14642125. OLE color: 14642125.

HSL color Cylindrical-coordinate representation of color #CD6BDF: hue angle of 290.69º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6BDF is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205107223-
CMYK0.080.5200.13
HSL290.69º64.44%64.71%-
HSV(B)290.69º52.02%87.45%-
XYZ43.7528.8273.07-
YUV149.53169.47167.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.32%
GREEN value IS 107 (42.19% from 255) = 20%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=38.32%
G=20%
B=41.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051072230.080.5200.13290.6964.4464.71
HexCD6BDF8340D1234041
Octal3151533371064015443100101
Binary1100110111010111101111110001101000110110010001110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6BDF; }

 p { color: rgb(205,107,223); }

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

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

 a { background-color: rgb(205,107,223); }

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

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

 span { border-color: rgb(205,107,223); }

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