#D683CA

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

Shades of Orchid #D683CA

Tints of Orchid #D683CA

Color information

#D683CA (or 0xD683CA) is unknown color: approx Orchid. HEX triplet: D6, 83 and CA. RGB value is (214,131,202). Sum of RGB (Red+Green+Blue) = 214+131+202=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 131 (51.56% from 255 or 23.95% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D683CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D683CA is #297C35. Grayscale: #A3A3A3. Windows color (decimal): -2718774 or 13272022. OLE color: 13272022.

HSL color Cylindrical-coordinate representation of color #D683CA: hue angle of 308.67º 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 #D683CA is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214131202-
CMYK00.390.060.16
HSL308.67º50.3%67.65%-
HSV(B)308.67º38.79%83.92%-
XYZ46.5134.7960.14-
YUV163.91149.5163.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 131 (51.56% from 255) = 23.95%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=39.12%
G=23.95%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413120200.390.060.16308.6750.367.65
HexD683CA0276101353244
Octal32620331204762046562104
Binary1101011010000011110010100100111110100001001101011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D683CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D683CA; }

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

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

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

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

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

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

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

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