#D07CCA

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

Shades of Orchid #D07CCA

Tints of Orchid #D07CCA

Color information

#D07CCA (or 0xD07CCA) is unknown color: approx Orchid. HEX triplet: D0, 7C and CA. RGB value is (208,124,202). Sum of RGB (Red+Green+Blue) = 208+124+202=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CCA is #2F8335. Grayscale: #9D9D9D. Windows color (decimal): -3113782 or 13270224. OLE color: 13270224.

HSL color Cylindrical-coordinate representation of color #D07CCA: hue angle of 304.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07CCA is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208124202-
CMYK00.400.030.18
HSL304.29º47.19%65.1%-
HSV(B)304.29º40.38%81.57%-
XYZ43.8832.0959.76-
YUV158.01152.83163.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 124 (48.83% from 255) = 23.22%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=38.95%
G=23.22%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812420200.400.030.18304.2947.1965.1
HexD07CCA0283121302f41
Octal32017431205032246057101
Binary11010000111110011001010010100011100101001100001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07CCA; }

 p { color: rgb(208,124,202); }

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

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

 a { background-color: rgb(208,124,202); }

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

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

 span { border-color: rgb(208,124,202); }

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