Html Css Color HEX #D07EDF Orchid

📋 copy color: '#D07EDF'

red 208 ◦ green 126 ◦ blue 223

#D07EDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D07EDF

Tints of Orchid #D07EDF

RGB

 RED value IS 208 (81.64% from 255) = 37.34%

 GREEN value IS 126 (49.61% from 255) = 22.62%

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 37.34%
G = 22.62%
B = 40.04%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D07EDF (or 0xD07EDF) is known color: Orchid. HEX triplet: D0, 7E and DF. RGB value is (208,126,223). Sum of RGB (Red+Green+Blue) = 208+126+223=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #D07EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07EDF is #2F8120. Grayscale: #A1A1A1. Windows color (decimal): -3113249 or 14646992. OLE color: 14646992.

HSL color Cylindrical-coordinate representation of color #D07EDF: hue angle of 290.72º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D07EDF is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 126 223 -
CMYK 0.07 0.43 0 0.13
HSL 290.72º 0.6% 0.68% -
HSV(B) 290.72º 0.43% 0.87% -
XYZ 46.79 33.66 73.84 -
YUV 161.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 208 126 223 0.07 0.43 0 0.13 290.72 0.6 0.68
Hex D0 7E DF 7 2B 0 D 123 3C 44
Octal 320 176 337 7 53 0 15 443 74 104
Binary 11010000 1111110 11011111 111 101011 0 1101 100100011 111100 1000100

Color Harmonies of #D07EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07EDF

Black with #D07EDF

Text Example


Text Example

White with #D07EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07EDF; }

 p { color: rgb(208,126,223); }

 H1.HeaderClassName
 {
   color: #D07EDF;
 }
 .AnyTagClassName
 {
   color: #D07EDF;
 }
</style>

background-color css

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

 a { background-color: rgb(208,126,223); }

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

border-color css

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

 span { border-color: rgb(208,126,223); }

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