#D683CD

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

Shades of Orchid #D683CD

Tints of Orchid #D683CD

Color information

#D683CD (or 0xD683CD) is unknown color: approx Orchid. HEX triplet: D6, 83 and CD. RGB value is (214,131,205). Sum of RGB (Red+Green+Blue) = 214+131+205=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D683CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683CD is #297C32. Grayscale: #A4A4A4. Windows color (decimal): -2718771 or 13468630. OLE color: 13468630.

HSL color Cylindrical-coordinate representation of color #D683CD: hue angle of 306.51º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D683CD is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214131205-
CMYK00.390.040.16
HSL306.51º50.3%67.65%-
HSV(B)306.51º38.79%83.92%-
XYZ46.8734.9462.03-
YUV164.25151163.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 131 (51.56% from 255) = 23.82%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=38.91%
G=23.82%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413120500.390.040.16306.5150.367.65
HexD683CD0274101333244
Octal32620331504742046362104
Binary1101011010000011110011010100111100100001001100111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D683CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D683CD; }

 p { color: rgb(214,131,205); }

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

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

 a { background-color: rgb(214,131,205); }

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

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

 span { border-color: rgb(214,131,205); }

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