Html Css Color HEX #D07ECF Orchid

📋 copy color: '#D07ECF'

red 208 ◦ green 126 ◦ blue 207

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

Shades of Orchid #D07ECF

Tints of Orchid #D07ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 38.45%
G = 23.29%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D07ECF (or 0xD07ECF) is known color: Orchid. HEX triplet: D0, 7E and CF. RGB value is (208,126,207). Sum of RGB (Red+Green+Blue) = 208+126+207=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ECF is #2F8130. Grayscale: #9F9F9F. Windows color (decimal): -3113265 or 13598416. OLE color: 13598416.

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

Color convert

RGB 208 126 207 -
CMYK 0 0.39 0.00 0.18
HSL 300.73º 0.47% 0.65% -
HSV(B) 300.73º 0.39% 0.82% -
XYZ 44.74 32.84 63.01 -
YUV 159.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 208 126 207 0 0.39 0.00 0.18 300.73 0.47 0.65
Hex D0 7E CF 0 27 0 12 12D 2F 41
Octal 320 176 317 0 47 0 22 455 57 101
Binary 11010000 1111110 11001111 0 100111 0 10010 100101101 101111 1000001

Color Harmonies of #D07ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07ECF

Black with #D07ECF

Text Example


Text Example

White with #D07ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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