#CD6FD8

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

Shades of Orchid #CD6FD8

Tints of Orchid #CD6FD8

Color information

#CD6FD8 (or 0xCD6FD8) is unknown color: approx Orchid. HEX triplet: CD, 6F and D8. RGB value is (205,111,216). Sum of RGB (Red+Green+Blue) = 205+111+216=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 216 (84.77% from 255 or 40.60% from 532); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD6FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6FD8 is #329027. Grayscale: #969696. Windows color (decimal): -3313704 or 14184397. OLE color: 14184397.

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

Color convert

RGB205111216-
CMYK0.050.4900.15
HSL293.71º57.38%64.12%-
HSV(B)293.71º48.61%84.71%-
XYZ43.2629.3168.34-
YUV151.08164.64166.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 111 (43.75% from 255) = 20.86%
BLUE value IS 216 (84.77% from 255) = 40.60%
R=38.53%
G=20.86%
B=40.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2051112160.050.4900.15293.7157.3864.12
HexCD6FD85310F1263940
Octal31515733056101744671100
Binary11001101110111111011000101110001011111001001101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6FD8; }

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

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

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

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

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

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

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

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