#d07cc3

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

Shades of Orchid #D07CC3

Tints of Orchid #D07CC3

Color information

#D07CC3 (or 0xD07CC3) is unknown color: approx Orchid. HEX triplet: D0, 7C and C3. RGB value is (208,124,195). Sum of RGB (Red+Green+Blue) = 208+124+195=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07CC3 is #2F833C. Grayscale: #9D9D9D. Windows color (decimal): -3113789 or 12811472. OLE color: 12811472.

HSL color Cylindrical-coordinate representation of color #D07CC3: hue angle of 309.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 #D07CC3 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB208124195-
CMYK00.400.060.18
HSL309.29º47.19%65.1%-
HSV(B)309.29º40.38%81.57%-
XYZ43.0731.7755.49-
YUV157.21149.33164.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 124 (48.83% from 255) = 23.53%
BLUE value IS 195 (76.56% from 255) = 37.00%
R=39.47%
G=23.53%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812419500.400.060.18309.2947.1965.1
HexD07CC30286121352f41
Octal32017430305062246557101
Binary110100001111100110000110101000110100101001101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d07cc3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d07cc3; }

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

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

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

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

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

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

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

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