#CD6FD7

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

Shades of Orchid #CD6FD7

Tints of Orchid #CD6FD7

Color information

#CD6FD7 (or 0xCD6FD7) is unknown color: approx Orchid. HEX triplet: CD, 6F and D7. RGB value is (205,111,215). Sum of RGB (Red+Green+Blue) = 205+111+215=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 215 (84.38% from 255 or 40.49% from 531); Max value from RGB is 215 - color contains mainly: blue. Hex color #CD6FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FD7 is #329028. Grayscale: #969696. Windows color (decimal): -3313705 or 14118861. OLE color: 14118861.

HSL color Cylindrical-coordinate representation of color #CD6FD7: hue angle of 294.23º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD6FD7 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205111215-
CMYK0.050.4800.16
HSL294.23º56.52%63.92%-
HSV(B)294.23º48.37%84.31%-
XYZ43.1329.2567.66-
YUV150.96164.14166.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 111 (43.75% from 255) = 20.90%
BLUE value IS 215 (84.38% from 255) = 40.49%
R=38.61%
G=20.90%
B=40.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2051112150.050.4800.16294.2356.5263.92
HexCD6FD75300101263940
Octal31515732756002044671100
Binary110011011101111110101111011100000100001001001101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6FD7; }

 p { color: rgb(205,111,215); }

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

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

 a { background-color: rgb(205,111,215); }

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

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

 span { border-color: rgb(205,111,215); }

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